Skip to content

Commit 7c7c21b

Browse files
committed
ci: remove unsupported architectures
1 parent 824fb87 commit 7c7c21b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.goreleaser.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ builds:
1919
ignore:
2020
- goos: darwin
2121
goarch: 386
22+
- goos: darwin
23+
goarch: arm
24+
- goos: windows
25+
goarch: arm
26+
- goos: windows
27+
goarch: arm64
2228
checksum:
2329
name_template: '{{ .ProjectName }}-{{.Version}}_checksums.txt'
2430
changelog:

0 commit comments

Comments
 (0)