Skip to content

Commit efcec2e

Browse files
Update build.sh
I was just poking around and I noticed this inconsistency. Was this a mistake, or on purpose? All the other `xcaddy build` commands didn't use `/v2`.
1 parent e1d70e7 commit efcec2e

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)