mirror of
https://github.com/NixOS/nix
synced 2025-07-07 14:21:48 +02:00
Pass system from ci
This commit is contained in:
parent
c3b29c1c8c
commit
5766d207a5
1 changed files with 11 additions and 7 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -29,23 +29,27 @@ jobs:
|
|||
uses: ./.github/workflows/build.yml
|
||||
with:
|
||||
os: blacksmith-32vcpu-ubuntu-2204
|
||||
system: x86_64-linux
|
||||
|
||||
build_aarch64-linux:
|
||||
if: github.event_name == 'merge_group'
|
||||
uses: ./.github/workflows/build.yml
|
||||
with:
|
||||
os: blacksmith-32vcpu-ubuntu-2204-arm
|
||||
system: aarch64-linux
|
||||
|
||||
build_x86_64-darwin:
|
||||
if: github.event_name == 'merge_group'
|
||||
uses: ./.github/workflows/build.yml
|
||||
with:
|
||||
os: macos-latest-large
|
||||
system: x86_64-darwin
|
||||
|
||||
build_aarch64-darwin:
|
||||
uses: ./.github/workflows/build.yml
|
||||
with:
|
||||
os: macos-latest-xlarge
|
||||
system: aarch64-darwin
|
||||
|
||||
test_x86_64-linux:
|
||||
uses: ./.github/workflows/test.yml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue