Compare commits

...

2 Commits

Author SHA1 Message Date
Joakim Repomaa
c8c5de288f add build images workflow
Some checks failed
Check / check (push) Successful in 3m46s
Build Images / check (push) Failing after 45s
2026-02-20 21:21:28 +02:00
Joakim Repomaa
c450f29437 check all systems 2026-02-20 21:20:23 +02:00
2 changed files with 19 additions and 1 deletions

View File

@@ -0,0 +1,18 @@
name: Build Images
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
check:
runs-on: nixos-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Build Image
run: nix build .#dockerImages.aarch64-linux.node

View File

@@ -15,4 +15,4 @@ jobs:
uses: actions/checkout@v6
- name: Check
run: nix flake check
run: nix flake check --all-systems