Skip to content

Commit

Permalink
all: Add prebuild binaries for arm64
Browse files Browse the repository at this point in the history
Change-Id: Ia8a0e2cce7a33c50d0064cb67a4e1c669cf8569b
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/419714
Reviewed-by: Michael Stapelberg <stapelberg@google.com>
Reviewed-by: Damien Neil <dneil@google.com>
  • Loading branch information
lfolger committed Jul 28, 2022
1 parent 2a74a0e commit 881da6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_test.go
Expand Up @@ -385,7 +385,7 @@ func mustHandleFlags(t *testing.T) {
t.Run("BuildRelease", func(t *testing.T) {
v := version.String()
for _, goos := range []string{"linux", "darwin", "windows"} {
for _, goarch := range []string{"386", "amd64"} {
for _, goarch := range []string{"386", "amd64", "arm64"} {
// Avoid Darwin since 10.15 dropped support for i386.
if goos == "darwin" && goarch == "386" {
continue
Expand Down

0 comments on commit 881da6e

Please sign in to comment.