Skip to content

Commit

Permalink
Remove darwin/arm64 build as it doesn't actually work property till g…
Browse files Browse the repository at this point in the history
…o1.16
  • Loading branch information
docmerlin committed Jan 8, 2021
1 parent 7e5631f commit fa79772
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 fa79772

Please sign in to comment.