Skip to content

Commit 755e3ab

Browse files
authored
chore(goreleaser): add arm/arm64 arch for Apple M1 chip compatibility (#150)
1 parent 1d4745b commit 755e3ab

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.goreleaser.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ build:
88
goarch:
99
- 386
1010
- amd64
11+
- arm
12+
- arm64
13+
goarm:
14+
- 7
1115
ignore:
1216
- goos: darwin
1317
goarch: 386

0 commit comments

Comments
 (0)