fix arm64

This commit is contained in:
nora 2024-02-08 19:45:19 +01:00
parent be1008e5a1
commit b77a117724

View file

@ -64,7 +64,7 @@ jobs:
os: ubuntu-latest os: ubuntu-latest
rust: stable rust: stable
target: i686-unknown-linux-gnu target: i686-unknown-linux-gnu
# These should prob. be more generic arm targets and not android. # should probably not be android
- build: arm32 - build: arm32
os: ubuntu-latest os: ubuntu-latest
rust: stable rust: stable
@ -72,7 +72,7 @@ jobs:
- build: arm64 - build: arm64
os: ubuntu-latest os: ubuntu-latest
rust: stable rust: stable
target: aarch64-linux-android target: aarch64-unknown-linux-gnu
# ppc is big endian. # ppc is big endian.
- build: ppc32 - build: ppc32
os: ubuntu-latest os: ubuntu-latest