1
0
Fork 0
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:
Graham Christensen 2025-03-28 10:58:38 -04:00
parent c3b29c1c8c
commit 5766d207a5

View file

@ -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