0
0
Fork 0
mirror of https://github.com/denoland/rusty_v8.git synced 2024-11-21 15:04:33 -05:00

feat: aarch64 for macos (#1429)

This commit is contained in:
Matt Mastracci 2024-03-15 13:45:16 -07:00 committed by GitHub
parent 596e8159f7
commit b6a4b61903
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -35,6 +35,14 @@ jobs:
target: x86_64-apple-darwin
variant: release
- os: macos-14
target: aarch64-apple-darwin
variant: debug
- os: macos-14
target: aarch64-apple-darwin
variant: release
- os: ${{ github.repository == 'denoland/rusty_v8' && 'ubuntu-22.04-xl' || 'ubuntu-22.04' }}
target: x86_64-unknown-linux-gnu
variant: debug