mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-22 12:13:06 +00:00
ci: add ARM macOS to build workflow (#779)
Adds macOS ARM to the build workflow for nightly/release.
This commit is contained in:
parent
4e2a25ac68
commit
fcb8cac0d5
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build_releases.yml
vendored
3
.github/workflows/build_releases.yml
vendored
|
@ -106,6 +106,9 @@ jobs:
|
|||
target: "riscv64gc-unknown-linux-gnu",
|
||||
cross: true,
|
||||
}
|
||||
|
||||
# macOS ARM
|
||||
- { os: "macOS-latest", target: "aarch64-apple-darwin", cross: true }
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
|
|
Loading…
Reference in a new issue