add native x86_64 runner
All checks were successful
Build / nix-build (native-x86_64, durincore) (push) Successful in 8m32s
Build / nix-build (native-aarch64, varda) (push) Successful in 39m48s

This commit is contained in:
Joseph Hanson 2024-05-26 12:47:33 -05:00
parent 6a0b124c21
commit 7cc015ae6e
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -12,7 +12,7 @@ jobs:
- system: varda
os: native-aarch64
- system: durincore
os: ubuntu-x86_64
os: native-x86_64
runs-on: ${{ matrix.os }}
env:
PATH: ${{ format('{0}:{1}', '/run/current-system/sw/bin', env.PATH) }}