Skip to content

Commit a39e865

Browse files
committed
fix binary builds by ignoring windows arm64
1 parent 3742882 commit a39e865

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.goreleaser.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ builds:
88
ldflags:
99
- -X github.com/base2Services/bastion-cli/entrypoint.Version={{.Env.VERSION}}
1010
- -X github.com/base2Services/bastion-cli/entrypoint.Build={{.Env.COMMIT}}
11+
ignore:
12+
- goos: windows
13+
goarch: arm64
1114
archives:
1215
- format_overrides:
1316
- goos: windows

0 commit comments

Comments
 (0)