Skip to content

Commit

Permalink
Merge pull request #2464 from influxdata/rem-386
Browse files Browse the repository at this point in the history
Remove darwin/arm64 build as it doesn't actually work till go1.16
  • Loading branch information
docmerlin authored Jan 8, 2021
2 parents 7e5631f + fa79772 commit 74058d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
}

supported_builds = {
'darwin': [ "amd64", "arm64" ],
'darwin': [ "amd64" ],
'linux': [ "amd64", "i386", "armhf", "arm64", "armel", "static_i386", "static_amd64" ],
'windows': [ "amd64", "i386" ]
}
Expand Down

0 comments on commit 74058d8

Please sign in to comment.