chore: add arm64 Mac OS build

pull/5754/head
Pavel Zavora 2021-05-20 10:43:07 +02:00
parent fad9ec7634
commit f446adf087
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ targets = {
}
supported_builds = {
'darwin': [ "amd64" ],
'darwin': [ "amd64" , "arm64" ],
'windows': [ "amd64" ],
'linux': [ "amd64", "i386", "armhf", "arm64", "armel", "static_i386", "static_amd64" ]
}