Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
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`.
  • Loading branch information
francislavoie authored May 18, 2022
1 parent e1d70e7 commit efcec2e
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 efcec2e

Please sign in to comment.