Skip to content

Commit 86dff6b

Browse files
authored
Update build-docker to build for all three supported arches
1 parent 8eb389a commit 86dff6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift-ci/sdks/android/build-docker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# ===----------------------------------------------------------------------===
88

99
# default architectures to build for
10-
TARGET_ARCHS=${TARGET_ARCHS:-armv7}
10+
TARGET_ARCHS=${TARGET_ARCHS:-aarch64,x86_64,armv7}
1111

1212
ANDROID_NDK_VERSION=android-ndk-r27c
1313
ANDROID_API=28

0 commit comments

Comments
 (0)