chore(ci): Build for aarch64

This commit is contained in:
Ed Page 2024-01-12 14:12:26 -06:00
parent 5adfdc2ade
commit 7b12730b18

View file

@ -69,6 +69,10 @@ jobs:
os: macos-latest os: macos-latest
rust: stable rust: stable
target: x86_64-apple-darwin target: x86_64-apple-darwin
- build: macos-aarch64
os: macos-latest
rust: stable
target: aarch64-apple-darwin
- build: win-msvc - build: win-msvc
os: windows-2019 os: windows-2019
rust: stable rust: stable