Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
jirutka committed Sep 13, 2023
1 parent 21b72fd commit 5bcea2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ jobs:
run: |
sudo ./alpine-make-vm-image \
--arch aarch64 \
--branch edge \
--image-format qcow2 \
--image-size 2G \
--packages "$(cat example/packages)" \
--repositories-file example/repositories \
--packages "$(cat example/packages) linux-virt@edge" \
--fs-skel-dir example/rootfs \
--fs-skel-chown root:root \
--script-chroot \
Expand Down
1 change: 1 addition & 0 deletions example/repositories
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
@edge http://dl-cdn.alpinelinux.org/alpine/edge/main
http://dl-cdn.alpinelinux.org/alpine/latest-stable/main
http://dl-cdn.alpinelinux.org/alpine/latest-stable/community

0 comments on commit 5bcea2b

Please sign in to comment.