mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-07-23 05:34:57 +02: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
3
.github/workflows/build_releases.yml
vendored
3
.github/workflows/build_releases.yml
vendored
@ -106,6 +106,9 @@ jobs:
|
|||||||
target: "riscv64gc-unknown-linux-gnu",
|
target: "riscv64gc-unknown-linux-gnu",
|
||||||
cross: true,
|
cross: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# macOS ARM
|
||||||
|
- { os: "macOS-latest", target: "aarch64-apple-darwin", cross: true }
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user