mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
CI: fixes for armv6+v7
This commit is contained in:
parent
fcb19fefb5
commit
f9c42b57ab
4 changed files with 38 additions and 36 deletions
6
.github/workflows/niv-update.yml
vendored
6
.github/workflows/niv-update.yml
vendored
|
|
@ -48,9 +48,9 @@ jobs:
|
|||
with:
|
||||
attrs: ci.job.niv-update.run.bootstrap
|
||||
quiet: false
|
||||
- id: aarch64
|
||||
name: prepare for aarch64 builds
|
||||
run: 'sudo $(which aarch64binfmt)
|
||||
- id: architectures
|
||||
name: prepare for emulated builds
|
||||
run: 'sudo $(which archbinfmt)
|
||||
|
||||
'
|
||||
- id: ci-dirty
|
||||
|
|
|
|||
16
.github/workflows/nodes.yml
vendored
16
.github/workflows/nodes.yml
vendored
|
|
@ -21,7 +21,7 @@ jobs:
|
|||
with:
|
||||
attrs: ci.job.athame.run.bootstrap
|
||||
quiet: false
|
||||
- id: aarch64
|
||||
- id: architectures
|
||||
name: prepare for emulated builds
|
||||
run: 'sudo $(which archbinfmt)
|
||||
|
||||
|
|
@ -83,7 +83,7 @@ jobs:
|
|||
with:
|
||||
attrs: ci.job.beltane.run.bootstrap
|
||||
quiet: false
|
||||
- id: aarch64
|
||||
- id: architectures
|
||||
name: prepare for emulated builds
|
||||
run: 'sudo $(which archbinfmt)
|
||||
|
||||
|
|
@ -170,7 +170,7 @@ jobs:
|
|||
with:
|
||||
attrs: ci.job.daiyousei.run.bootstrap
|
||||
quiet: false
|
||||
- id: aarch64
|
||||
- id: architectures
|
||||
name: prepare for emulated builds
|
||||
run: 'sudo $(which archbinfmt)
|
||||
|
||||
|
|
@ -232,7 +232,7 @@ jobs:
|
|||
with:
|
||||
attrs: ci.job.ostara.run.bootstrap
|
||||
quiet: false
|
||||
- id: aarch64
|
||||
- id: architectures
|
||||
name: prepare for emulated builds
|
||||
run: 'sudo $(which archbinfmt)
|
||||
|
||||
|
|
@ -294,7 +294,7 @@ jobs:
|
|||
with:
|
||||
attrs: ci.job.rinnosuke.run.bootstrap
|
||||
quiet: false
|
||||
- id: aarch64
|
||||
- id: architectures
|
||||
name: prepare for emulated builds
|
||||
run: 'sudo $(which archbinfmt)
|
||||
|
||||
|
|
@ -356,7 +356,7 @@ jobs:
|
|||
with:
|
||||
attrs: ci.job.samhain.run.bootstrap
|
||||
quiet: false
|
||||
- id: aarch64
|
||||
- id: architectures
|
||||
name: prepare for emulated builds
|
||||
run: 'sudo $(which archbinfmt)
|
||||
|
||||
|
|
@ -418,7 +418,7 @@ jobs:
|
|||
with:
|
||||
attrs: ci.job.shinmyoumaru.run.bootstrap
|
||||
quiet: false
|
||||
- id: aarch64
|
||||
- id: architectures
|
||||
name: prepare for emulated builds
|
||||
run: 'sudo $(which archbinfmt)
|
||||
|
||||
|
|
@ -480,7 +480,7 @@ jobs:
|
|||
with:
|
||||
attrs: ci.job.yule.run.bootstrap
|
||||
quiet: false
|
||||
- id: aarch64
|
||||
- id: architectures
|
||||
name: prepare for emulated builds
|
||||
run: 'sudo $(which archbinfmt)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue