mirror of
https://github.com/sharkdp/hyperfine.git
synced 2024-11-22 03:17:24 +03:00
Build binaries for aarch64-apple-darwin
This commit is contained in:
parent
c7be935da3
commit
39df4d821d
1
.github/workflows/CICD.yml
vendored
1
.github/workflows/CICD.yml
vendored
@ -71,6 +71,7 @@ jobs:
|
||||
matrix:
|
||||
job:
|
||||
- { target: aarch64-unknown-linux-gnu , os: ubuntu-20.04, use-cross: true }
|
||||
- { target: aarch64-apple-darwin , os: macos-14 }
|
||||
- { target: arm-unknown-linux-gnueabihf , os: ubuntu-20.04, use-cross: true }
|
||||
- { target: arm-unknown-linux-musleabihf, os: ubuntu-20.04, use-cross: true }
|
||||
- { target: i686-pc-windows-msvc , os: windows-2019 }
|
||||
|
Loading…
Reference in New Issue
Block a user