Skip to content

Commit 9be3286

Browse files
whoops :3
1 parent 3560f0a commit 9be3286

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ jobs:
9191
9292
if [ "$GOARCH" = "arm64" ]; then
9393
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"
9496
else
9597
echo "Unsupported ANDROID GOARCH=$GOARCH"
9698
exit 1

0 commit comments

Comments
 (0)