We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffb35be commit a137f03Copy full SHA for a137f03
swift-ci/sdks/android/build
@@ -5,7 +5,8 @@
5
if [[ -z "${CI}" ]]; then
6
TARGET_ARCHS=${TARGET_ARCHS:-aarch64}
7
else
8
- TARGET_ARCHS=${TARGET_ARCHS:-aarch64,armv7,x86_64,x86}
+ #TARGET_ARCHS=${TARGET_ARCHS:-aarch64,armv7,x86_64,x86}
9
+ TARGET_ARCHS=${TARGET_ARCHS:-aarch64,x86_64}
10
fi
11
12
ANDROID_NDK_VERSION=android-ndk-r27c
0 commit comments