Skip to content

Commit 6610e2f

Browse files
chore: Disable windows/arm build target (Go 1.26 disabled) (#7503)
1 parent 03243e4 commit 6610e2f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.goreleaser.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)