Skip to content

Commit

Permalink
Give up build for ARMv8
Browse files Browse the repository at this point in the history
  • Loading branch information
Metaphorme authored Oct 16, 2024
1 parent 7237683 commit 3209a69
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-for-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
os: ubuntu-20.04,
arch: ARMv7A,
}
- {
platform: Android,
os: ubuntu-20.04,
arch: ARMv8,
}
# - {
# platform: Android,
# os: ubuntu-20.04,
# arch: ARMv8,
# }

runs-on: ${{ matrix.config.os }}
continue-on-error: true
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
if [ "${{ matrix.config.arch }}" == "ARMv7A" ]; then
python3 waf configure -T release --prefix='' --build-games="$build_game" --android=armeabi-v7a-hard,4.9,21 --togles
elif [ "${{ matrix.config.arch }}" == "ARMv8" ]; then
python3 waf configure -T release --prefix='' -8 --build-games="$build_game" --android=aarch64,4.9,21 --togles
python3 waf configure -T release --prefix='' --build-games="$build_game" --android=aarch64,4.9,21 --togles
fi
python3 waf build
Expand Down

0 comments on commit 3209a69

Please sign in to comment.