Skip to content

Commit 500809a

Browse files
authored
Merge pull request #367 from lucaslorentz/fix-build-sh
Update build.sh
2 parents e1d70e7 + efcec2e commit 500809a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ CGO_ENABLED=0 GOARCH=amd64 GOOS=linux \
2222
CGO_ENABLED=0 GOARCH=arm GOARM=6 GOOS=linux \
2323
xcaddy build \
2424
--output ${ARTIFACTS}/binaries/linux/arm/v6/caddy \
25-
--with github.com/lucaslorentz/caddy-docker-proxy/plugin/v2=$PWD/plugin
25+
--with github.com/lucaslorentz/caddy-docker-proxy/plugin=$PWD/plugin
2626

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

3232
CGO_ENABLED=0 GOARCH=arm64 GOOS=linux \
3333
xcaddy build \

0 commit comments

Comments
 (0)