Skip to content

Commit 9287147

Browse files
authored
chore(ci): add Linux arm64 build target (#27)
1 parent 6871c3b commit 9287147

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.goreleaser.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
version: 2
2+
13
builds:
24
- env:
35
- CGO_ENABLED=0
@@ -9,9 +11,10 @@ builds:
911
- darwin_amd64
1012
- darwin_arm64
1113
- linux_amd64
14+
- linux_arm64
1215
- windows_amd64
1316

1417
archives:
1518
- format_overrides:
1619
- goos: windows
17-
format: zip
20+
formats: [ 'zip' ]

0 commit comments

Comments
 (0)