mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-26 10:11:27 +00:00
[CI] Upload macOS_arm64_mixed
builds.
This commit is contained in:
1
.github/scripts/common.py
vendored
1
.github/scripts/common.py
vendored
@ -55,6 +55,7 @@ PLATFORM_TO_RELEASE = {
|
||||
"aarch64_static": "{os}-aarch64".format(os=RELEASE_OS_NAME),
|
||||
"aarch64_mixed": "{os}-aarch64".format(os=RELEASE_OS_NAME),
|
||||
"i586_static": "{os}-i586".format(os=RELEASE_OS_NAME),
|
||||
"macOS_arm64_mixed": "{os}-arm64".format(os=RELEASE_OS_NAME),
|
||||
"android_arm": "android-arm",
|
||||
"android_arm64": "android-arm64",
|
||||
"android_x86": "android-x86",
|
||||
|
Reference in New Issue
Block a user