mirror of
https://github.com/daylinmorgan/oizys.git
synced 2025-01-08 14:07:31 -06:00
build all hosts at once
This commit is contained in:
parent
10d1800f04
commit
b01dfd1da0
1 changed files with 8 additions and 10 deletions
18
.github/workflows/build.yml
vendored
18
.github/workflows/build.yml
vendored
|
@ -52,14 +52,12 @@ jobs:
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
for host in ${{ inputs.hosts }}; do
|
nix run . \
|
||||||
nix run . \
|
-- \
|
||||||
|
build --minimal \
|
||||||
|
--host "${{ inputs.hosts }}" \
|
||||||
|
--flake . \
|
||||||
|
--verbose \
|
||||||
|
--debug \
|
||||||
-- \
|
-- \
|
||||||
build --minimal \
|
--print-build-logs
|
||||||
--host "$host" \
|
|
||||||
--flake . \
|
|
||||||
--verbose \
|
|
||||||
--debug \
|
|
||||||
-- \
|
|
||||||
--print-build-logs
|
|
||||||
done
|
|
||||||
|
|
Loading…
Reference in a new issue