Skip to content

Commit

Permalink
Merge pull request #367 from lucaslorentz/fix-build-sh
Browse files Browse the repository at this point in the history
Update build.sh
  • Loading branch information
lucaslorentz authored May 18, 2022
2 parents e1d70e7 + efcec2e commit 500809a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ CGO_ENABLED=0 GOARCH=amd64 GOOS=linux \
CGO_ENABLED=0 GOARCH=arm GOARM=6 GOOS=linux \
xcaddy build \
--output ${ARTIFACTS}/binaries/linux/arm/v6/caddy \
--with github.com/lucaslorentz/caddy-docker-proxy/plugin/v2=$PWD/plugin
--with github.com/lucaslorentz/caddy-docker-proxy/plugin=$PWD/plugin

CGO_ENABLED=0 GOARCH=arm GOARM=7 GOOS=linux \
xcaddy build \
--output ${ARTIFACTS}/binaries/linux/arm/v7/caddy \
--with github.com/lucaslorentz/caddy-docker-proxy/plugin/v2=$PWD/plugin
--with github.com/lucaslorentz/caddy-docker-proxy/plugin=$PWD/plugin

CGO_ENABLED=0 GOARCH=arm64 GOOS=linux \
xcaddy build \
Expand Down

0 comments on commit 500809a

Please sign in to comment.