We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e1d70e7 + efcec2e commit 500809aCopy full SHA for 500809a
build.sh
@@ -22,12 +22,12 @@ CGO_ENABLED=0 GOARCH=amd64 GOOS=linux \
22
CGO_ENABLED=0 GOARCH=arm GOARM=6 GOOS=linux \
23
xcaddy build \
24
--output ${ARTIFACTS}/binaries/linux/arm/v6/caddy \
25
- --with github.com/lucaslorentz/caddy-docker-proxy/plugin/v2=$PWD/plugin
+ --with github.com/lucaslorentz/caddy-docker-proxy/plugin=$PWD/plugin
26
27
CGO_ENABLED=0 GOARCH=arm GOARM=7 GOOS=linux \
28
29
--output ${ARTIFACTS}/binaries/linux/arm/v7/caddy \
30
31
32
CGO_ENABLED=0 GOARCH=arm64 GOOS=linux \
33
0 commit comments