Skip to content

Commit c89a9fd

Browse files
committed
WIP
1 parent c2eeb5a commit c89a9fd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ jobs:
8686
- name: Build image for x86_64 with BIOS mode and without GPT
8787
run: |
8888
./alpine-make-vm-image \
89+
--branch v3.22 \
8990
--image-format qcow2 \
9091
--image-size 2G \
9192
--repositories-file example/repositories \
@@ -99,6 +100,7 @@ jobs:
99100
- name: Build image for x86_64 with UEFI mode
100101
run: |
101102
./alpine-make-vm-image \
103+
--branch v3.22 \
102104
--image-format qcow2 \
103105
--image-size 2G \
104106
--boot-mode UEFI \
@@ -121,7 +123,7 @@ jobs:
121123
run: |
122124
./alpine-make-vm-image \
123125
--arch aarch64 \
124-
--branch edge \
126+
--branch v3.22 \
125127
--image-format qcow2 \
126128
--image-size 2G \
127129
--packages "$(cat example/packages)" \

0 commit comments

Comments
 (0)