Skip to content

Commit 957fb66

Browse files
author
Nate Smith
authored
Merge pull request cli#459 from sh7dm/feat/arm64
Release for arm64 linux
2 parents d682c1c + e20dc5f commit 957fb66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ builds:
2020
- <<: *build_defaults
2121
id: linux
2222
goos: [linux]
23-
goarch: [386, amd64]
23+
goarch: [386, amd64, arm64]
2424
- <<: *build_defaults
2525
id: windows
2626
goos: [windows]

0 commit comments

Comments
 (0)