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 9e5c73e3db - Show all commits

View File

@ -7,8 +7,14 @@ jobs:
- name: Checkout repo - name: Checkout repo
uses: actions/checkout@v4 uses: actions/checkout@v4
- run: ls -l - run: ls -l
- run: apt update && apt install sudo
- name: Install Nix - name: Install Nix
uses: nixbuild/nix-quick-install-action@v30 uses: cachix/install-nix-action@v31
with:
enable_kvm: false
- name: Prefetch deps
run: nix flake prefetch
- name: Build container - name: Build container
run: nix build .#docker run: nix build .#docker
- run: find result/* - run: ls -l
- run: ls -l result