Skip to content

Commit 8463fab

Browse files
committed
try qemu compression
1 parent ca92f4d commit 8463fab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/s3-image-sync.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212

1313
jobs:
1414
s3_cleanup:
15-
runs-on: ubuntu-22.04-2x1
15+
runs-on: ubuntu-22.04
1616
concurrency: ${{ github.workflow }}-${{ github.ref }}
1717
strategy:
1818
fail-fast: false
@@ -96,7 +96,7 @@ jobs:
9696
- name: Convert image to QCOW2
9797
run: |
9898
. venv/bin/activate
99-
qemu-img convert -f raw -O qcow2 "${{ env.TARGET_IMAGE }}.raw" "${{ env.TARGET_IMAGE }}"
99+
qemu-img convert -f raw -O qcow2 -c "${{ env.TARGET_IMAGE }}.raw" "${{ env.TARGET_IMAGE }}"
100100
shell: bash
101101

102102
- name: Upload Image to S3

0 commit comments

Comments
 (0)