Skip to content

Commit b4d8fce

Browse files
Update build-alpine-netboot-image-zfs.yml Patch alpine image
1 parent a99ddc1 commit b4d8fce

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-alpine-netboot-image-zfs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ jobs:
1414
run: |
1515
podman run -it --rm -v $(pwd):/root/workdir alpine sh /root/workdir/build-alpine-netboot-zfs.sh
1616
17+
- name: Patch alpine image
18+
run: |
19+
./patch-alpine-netboot-image-with-zfs.sh
20+
1721
- name: Publish alpine netboot image artifact
1822
uses: actions/upload-artifact@v3
1923
with:

0 commit comments

Comments
 (0)