Add CI for building image #1

Merged
paul merged 12 commits from ci/init into main 2025-04-23 17:23:31 +02:00
Showing only changes of commit b15f0b08a1 - Show all commits

View File

@ -8,9 +8,7 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- run: ls -l - run: ls -l
- name: Install Nix - name: Install Nix
uses: cachix/install-nix-action@v31 uses: nixbuild/nix-quick-install-action@v30
with:
enable_kvm: false
- name: Build container - name: Build container
run: nix build .#docker run: nix build .#docker
- run: find result/* - run: find result/*