Skip to content

Commit

Permalink
Expand ARM64 testing to CI
Browse files Browse the repository at this point in the history
Most of these OS we already have x86_64 checks or testing for, but it's
nice to know it also works on ARM64.
  • Loading branch information
Thomasdezeeuw committed Jun 14, 2024
1 parent 5f90625 commit beee1d1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,14 @@ jobs:
- aarch64-apple-visionos
- aarch64-apple-watchos
- aarch64-linux-android
- aarch64-unknown-freebsd
- aarch64-unknown-hermit
- aarch64-unknown-linux-gnu
- aarch64-unknown-linux-musl
- aarch64-unknown-netbsd
- aarch64-unknown-nto-qnx710
- aarch64-unknown-openbsd
- aarch64-unknown-redox
- arm-linux-androideabi
- arm64_32-apple-watchos
- armv7-sony-vita-newlibeabihf
Expand Down

0 comments on commit beee1d1

Please sign in to comment.