Skip to content

Commit 9d5bde0

Browse files
authored
Add ARM64 support (#23)
Add ARM64 support
2 parents 603c828 + 7fc471d commit 9d5bde0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.goreleaser.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ builds:
1313
- windows
1414
goarch:
1515
- amd64
16+
- arm64
17+
ignore:
18+
- goos: darwin
19+
goarch: arm64
20+
- goos: windows
21+
goarch: arm64
1622

1723
archives:
1824
- builds:

0 commit comments

Comments
 (0)