mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 06:03:15 -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
|
||||
run: |
|
||||
for host in ${{ inputs.hosts }}; do
|
||||
nix run . \
|
||||
nix run . \
|
||||
-- \
|
||||
build --minimal \
|
||||
--host "${{ inputs.hosts }}" \
|
||||
--flake . \
|
||||
--verbose \
|
||||
--debug \
|
||||
-- \
|
||||
build --minimal \
|
||||
--host "$host" \
|
||||
--flake . \
|
||||
--verbose \
|
||||
--debug \
|
||||
-- \
|
||||
--print-build-logs
|
||||
done
|
||||
--print-build-logs
|
||||
|
|
Loading…
Reference in a new issue