mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
CI: further attempted fix
This commit is contained in:
parent
ff5c0846ef
commit
755f7f3806
6 changed files with 72 additions and 39 deletions
14
.github/workflows/niv-update.yml
vendored
14
.github/workflows/niv-update.yml
vendored
|
|
@ -5,15 +5,6 @@ env:
|
|||
CI_PLATFORM: gh-actions
|
||||
OPENSSH_PRIVATE_KEY: ${{ secrets.OPENSSH_PRIVATE_KEY }}
|
||||
jobs:
|
||||
ci:
|
||||
name: ci
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- id: aarch64
|
||||
name: prepare for aarch64 builds
|
||||
run: 'sudo aarch64binfmt
|
||||
|
||||
'
|
||||
ci-check:
|
||||
name: niv-update check
|
||||
runs-on: ubuntu-latest
|
||||
|
|
@ -57,6 +48,11 @@ jobs:
|
|||
with:
|
||||
attrs: ci.job.niv-update.run.bootstrap
|
||||
quiet: false
|
||||
- id: aarch64
|
||||
name: prepare for aarch64 builds
|
||||
run: 'sudo $(which aarch64binfmt)
|
||||
|
||||
'
|
||||
- id: ci-dirty
|
||||
name: nix test dirty
|
||||
uses: arcnmx/ci/actions/nix/run@master
|
||||
|
|
|
|||
44
.github/workflows/nodes.yml
vendored
44
.github/workflows/nodes.yml
vendored
|
|
@ -21,6 +21,11 @@ jobs:
|
|||
with:
|
||||
attrs: ci.job.athame.run.bootstrap
|
||||
quiet: false
|
||||
- id: aarch64
|
||||
name: prepare for aarch64 builds
|
||||
run: 'sudo $(which aarch64binfmt)
|
||||
|
||||
'
|
||||
- id: ci-dirty
|
||||
name: nix test dirty
|
||||
uses: arcnmx/ci/actions/nix/run@master
|
||||
|
|
@ -78,6 +83,11 @@ jobs:
|
|||
with:
|
||||
attrs: ci.job.beltane.run.bootstrap
|
||||
quiet: false
|
||||
- id: aarch64
|
||||
name: prepare for aarch64 builds
|
||||
run: 'sudo $(which aarch64binfmt)
|
||||
|
||||
'
|
||||
- id: ci-dirty
|
||||
name: nix test dirty
|
||||
uses: arcnmx/ci/actions/nix/run@master
|
||||
|
|
@ -117,15 +127,6 @@ jobs:
|
|||
command: ci-build-cache
|
||||
quiet: false
|
||||
stdin: ${{ runner.temp }}/ci.build.cache
|
||||
ci:
|
||||
name: ci
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- id: aarch64
|
||||
name: prepare for aarch64 builds
|
||||
run: 'sudo aarch64binfmt
|
||||
|
||||
'
|
||||
ci-check:
|
||||
name: nodes check
|
||||
runs-on: ubuntu-latest
|
||||
|
|
@ -169,6 +170,11 @@ jobs:
|
|||
with:
|
||||
attrs: ci.job.daiyousei.run.bootstrap
|
||||
quiet: false
|
||||
- id: aarch64
|
||||
name: prepare for aarch64 builds
|
||||
run: 'sudo $(which aarch64binfmt)
|
||||
|
||||
'
|
||||
- id: ci-dirty
|
||||
name: nix test dirty
|
||||
uses: arcnmx/ci/actions/nix/run@master
|
||||
|
|
@ -226,6 +232,11 @@ jobs:
|
|||
with:
|
||||
attrs: ci.job.ostara.run.bootstrap
|
||||
quiet: false
|
||||
- id: aarch64
|
||||
name: prepare for aarch64 builds
|
||||
run: 'sudo $(which aarch64binfmt)
|
||||
|
||||
'
|
||||
- id: ci-dirty
|
||||
name: nix test dirty
|
||||
uses: arcnmx/ci/actions/nix/run@master
|
||||
|
|
@ -283,6 +294,11 @@ jobs:
|
|||
with:
|
||||
attrs: ci.job.rinnosuke.run.bootstrap
|
||||
quiet: false
|
||||
- id: aarch64
|
||||
name: prepare for aarch64 builds
|
||||
run: 'sudo $(which aarch64binfmt)
|
||||
|
||||
'
|
||||
- id: ci-dirty
|
||||
name: nix test dirty
|
||||
uses: arcnmx/ci/actions/nix/run@master
|
||||
|
|
@ -340,6 +356,11 @@ jobs:
|
|||
with:
|
||||
attrs: ci.job.samhain.run.bootstrap
|
||||
quiet: false
|
||||
- id: aarch64
|
||||
name: prepare for aarch64 builds
|
||||
run: 'sudo $(which aarch64binfmt)
|
||||
|
||||
'
|
||||
- id: ci-dirty
|
||||
name: nix test dirty
|
||||
uses: arcnmx/ci/actions/nix/run@master
|
||||
|
|
@ -397,6 +418,11 @@ jobs:
|
|||
with:
|
||||
attrs: ci.job.yule.run.bootstrap
|
||||
quiet: false
|
||||
- id: aarch64
|
||||
name: prepare for aarch64 builds
|
||||
run: 'sudo $(which aarch64binfmt)
|
||||
|
||||
'
|
||||
- id: ci-dirty
|
||||
name: nix test dirty
|
||||
uses: arcnmx/ci/actions/nix/run@master
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue