We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3560f0a commit 9be3286Copy full SHA for 9be3286
1 file changed
.github/workflows/release.yml
@@ -91,6 +91,8 @@ jobs:
91
92
if [ "$GOARCH" = "arm64" ]; then
93
export CC="$TOOLCHAIN_BIN/aarch64-linux-android${ANDROID_API}-clang"
94
+ elif [ "$GOARCH" = "arm" ]; then
95
+ export CC="$TOOLCHAIN_BIN/armv7a-linux-androideabi${ANDROID_API}-clang"
96
else
97
echo "Unsupported ANDROID GOARCH=$GOARCH"
98
exit 1
0 commit comments