From c8c5de288f22ecc8fc155b5caad5925a003fe65a Mon Sep 17 00:00:00 2001 From: Joakim Repomaa Date: Fri, 20 Feb 2026 21:21:28 +0200 Subject: [PATCH] add build images workflow --- .gitea/workflows/build-images.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .gitea/workflows/build-images.yml diff --git a/.gitea/workflows/build-images.yml b/.gitea/workflows/build-images.yml new file mode 100644 index 0000000..7ed25fd --- /dev/null +++ b/.gitea/workflows/build-images.yml @@ -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