File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ before:
1313 - cp cmd/caddy/main.go caddy-build/main.go
1414 - /bin/sh -c 'cd ./caddy-build && go mod init caddy'
1515 # prepare syso files for windows embedding
16- - /bin/sh -c 'for a in amd64 arm arm64; do XCADDY_SKIP_BUILD=1 GOOS=windows GOARCH=$a xcaddy build {{.Env.TAG}}; done'
16+ - /bin/sh -c 'for a in amd64 arm64; do XCADDY_SKIP_BUILD=1 GOOS=windows GOARCH=$a xcaddy build {{.Env.TAG}}; done'
1717 - /bin/sh -c 'mv /tmp/buildenv_*/*.syso caddy-build'
1818 # GoReleaser doesn't seem to offer {{.Tag}} at this stage, so we have to embed it into the env
1919 # so we run: TAG=$(git describe --abbrev=0) goreleaser release --rm-dist --skip-publish --skip-validate
@@ -67,6 +67,8 @@ builds:
6767 goarch : s390x
6868 - goos : windows
6969 goarch : riscv64
70+ - goos : windows
71+ goarch : arm
7072 - goos : freebsd
7173 goarch : ppc64le
7274 - goos : freebsd
You can’t perform that action at this time.
0 commit comments