add build images workflow
Some checks failed
Check / check (push) Successful in 3m46s
Build Images / check (push) Failing after 45s

This commit is contained in:
Joakim Repomaa
2026-02-20 21:21:28 +02:00
parent c450f29437
commit c8c5de288f

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