Skip to content

Commit

Permalink
Merge pull request cli#459 from sh7dm/feat/arm64
Browse files Browse the repository at this point in the history
Release for arm64 linux
  • Loading branch information
Nate Smith authored Feb 18, 2020
2 parents d682c1c + e20dc5f commit 957fb66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ builds:
- <<: *build_defaults
id: linux
goos: [linux]
goarch: [386, amd64]
goarch: [386, amd64, arm64]
- <<: *build_defaults
id: windows
goos: [windows]
Expand Down

0 comments on commit 957fb66

Please sign in to comment.