ci: add aarch64 targets

This commit is contained in:
DaniPopes 2023-02-24 22:30:23 +01:00
parent 8c0cb71eb5
commit 75f63f9d6d
No known key found for this signature in database
GPG Key ID: 0F09640DDB7AC692
1 changed files with 8 additions and 0 deletions

View File

@ -26,8 +26,12 @@ jobs:
job:
- os: ubuntu-latest
target: x86_64-unknown-linux-gnu
- os: ubuntu-latest
target: aarch64-unknown-linux-gnu
- os: macos-latest
target: x86_64-apple-darwin
- os: macos-latest
target: aarch64-apple-darwin
- os: windows-latest
target: x86_64-pc-windows-msvc
toolchain: ["stable", "nightly"]
@ -68,8 +72,12 @@ jobs:
job:
- os: ubuntu-latest
target: x86_64-unknown-linux-gnu
- os: ubuntu-latest
target: aarch64-unknown-linux-gnu
- os: macos-latest
target: x86_64-apple-darwin
- os: macos-latest
target: aarch64-apple-darwin
- os: windows-latest
target: x86_64-pc-windows-msvc
toolchain: ["stable", "nightly"]