build: Ignore virt-sparsify tmpdir check
build-image / Semantic Release (Dry-run) (push) Successful in 24s
build-image / Build image (push) Failing after 22m9s

This commit is contained in:
2026-09-15 13:57:01 +10:00
parent d329080765
commit 4a88c9568a
+2
View File
@@ -105,6 +105,8 @@ jobs:
- name: Compress image file - name: Compress image file
run: | run: |
virt-sparsify --compress \ virt-sparsify --compress \
--check-tmpdir ignore \
--tmp $PWD/ubuntu-vm \
ubuntu-vm/ubuntu-${{ env.UBUNTU_VERSION }}-rke2-v${{ needs.semrel_dryrun.outputs.version }}.img \ ubuntu-vm/ubuntu-${{ env.UBUNTU_VERSION }}-rke2-v${{ needs.semrel_dryrun.outputs.version }}.img \
ubuntu-vm/ubuntu-${{ env.UBUNTU_VERSION }}-rke2-v${{ needs.semrel_dryrun.outputs.version }}-compacted.img ubuntu-vm/ubuntu-${{ env.UBUNTU_VERSION }}-rke2-v${{ needs.semrel_dryrun.outputs.version }}-compacted.img
- name: Upload image file - name: Upload image file