system not name
This commit is contained in:
parent
9e806117ff
commit
03598371c0
1 changed files with 5 additions and 3 deletions
|
@ -12,9 +12,11 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- system: fj-hetzner-aarch64-01
|
- name: fj-hetzner-aarch64-01
|
||||||
|
system: aarch64-linux
|
||||||
os: native-aarch64
|
os: native-aarch64
|
||||||
- system: fj-shadowfax-01
|
- name: fj-shadowfax-01
|
||||||
|
system: x86_64-linux
|
||||||
os: native-x86_64
|
os: native-x86_64
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
env:
|
env:
|
||||||
|
@ -41,7 +43,7 @@ jobs:
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
DRVOUT=$(nix build ".#deploy-json.${{ matrix.system }}" --print-out-paths)
|
DRVOUT=$(nix build ".#deploy-json.${{ matrix.system }}" --print-out-paths)
|
||||||
::set-output name=build_output::$DRVOUT
|
::set-output name=build_output::$DRVOUT
|
||||||
- name: Push cache for ${{ matrix.system }} to cachix
|
- name: Push cache for ${{ matrix.name }} to cachix
|
||||||
id: "push-to-cachix"
|
id: "push-to-cachix"
|
||||||
if: success()
|
if: success()
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in a new issue