Skip to content

Commit aa79331

Browse files
committed
chore: try darwin arm64
1 parent dfd010c commit aa79331

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

etc/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
}
9191

9292
supported_builds = {
93-
'darwin': [ "amd64" ],
93+
'darwin': [ "amd64", "arm64" ],
9494
'windows': [ "amd64" ],
9595
'linux': [ "amd64", "arm64" ]
9696
}

0 commit comments

Comments
 (0)