Skip to content

Commit 7029d1a

Browse files
authored
Add arm64 arch
1 parent 0db165c commit 7029d1a

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
@@ -10,9 +10,12 @@ builds:
1010
goarch:
1111
- amd64
1212
- 386
13+
- arm64
1314
ignore:
1415
- goos: darwin
1516
goarch: 386
17+
- goos: windows
18+
goarch: 'arm64'
1619
main: ./cmd/gau/
1720
archives:
1821
- id: tgz

0 commit comments

Comments
 (0)