lastforathousandyears
2 months ago
Failed to extract signature
1 changed files with
2 additions and
0 deletions
-
.github/workflows/release.yml
|
|
|
@ -91,6 +91,8 @@ jobs: |
|
|
|
|
|
|
|
if [ "$GOARCH" = "arm64" ]; then |
|
|
|
export CC="$TOOLCHAIN_BIN/aarch64-linux-android${ANDROID_API}-clang" |
|
|
|
elif [ "$GOARCH" = "arm" ]; then |
|
|
|
export CC="$TOOLCHAIN_BIN/armv7a-linux-androideabi${ANDROID_API}-clang" |
|
|
|
else |
|
|
|
echo "Unsupported ANDROID GOARCH=$GOARCH" |
|
|
|
exit 1 |
|
|
|
|