Skip to content

Commit

Permalink
Try basic build
Browse files Browse the repository at this point in the history
  • Loading branch information
zacksiri committed Feb 9, 2024
1 parent 768df38 commit 8a952b2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,8 @@ jobs:

- name: Setup Distrobuilder
run: |
sudo snap install distrobuilder --classic
sudo snap install distrobuilder --classic
- name: Build Image
run: |
sudo distrobuilder build-incus alpine.yml rootfs -o image.serial=${{ github.run_id }} -o image.architecture=x86_64 -o image.release=3.19

0 comments on commit 8a952b2

Please sign in to comment.