Skip to content

Commit

Permalink
cmd/release: add linux-arm64
Browse files Browse the repository at this point in the history
Updates golang/go#19082

Change-Id: I02cd4f0e06e1f405761967dd550cf6c7a638835a
Reviewed-on: https://go-review.googlesource.com/45913
Reviewed-by: Chris Broadfoot <cbro@golang.org>
  • Loading branch information
bradfitz committed Jun 15, 2017
1 parent 433d028 commit 07714b0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cmd/release/release.go
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,11 @@ var builds = []*Build{
Race: true,
Builder: "linux-amd64",
},
{
OS: "linux",
Arch: "arm64",
Builder: "linux-arm64-packet",
},
{
OS: "freebsd",
Arch: "386",
Expand Down

0 comments on commit 07714b0

Please sign in to comment.