mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 06:03:15 -06:00
24 lines
346 B
YAML
24 lines
346 B
YAML
|
name: Build NixOS
|
||
|
|
||
|
on:
|
||
|
push:
|
||
|
branches:
|
||
|
- main
|
||
|
pull_request:
|
||
|
branches:
|
||
|
- main
|
||
|
|
||
|
jobs:
|
||
|
build:
|
||
|
strategy:
|
||
|
max-parallel: 1
|
||
|
matrix:
|
||
|
host:
|
||
|
- othalan
|
||
|
# - mannaz
|
||
|
# - algiz
|
||
|
uses: ./.github/workflows/build.yml
|
||
|
with:
|
||
|
host: "${{ matrix.host }}"
|
||
|
secrets: inherit
|