We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca92f4d commit 8463fabCopy full SHA for 8463fab
.github/workflows/s3-image-sync.yml
@@ -12,7 +12,7 @@ env:
12
13
jobs:
14
s3_cleanup:
15
- runs-on: ubuntu-22.04-2x1
+ runs-on: ubuntu-22.04
16
concurrency: ${{ github.workflow }}-${{ github.ref }}
17
strategy:
18
fail-fast: false
@@ -96,7 +96,7 @@ jobs:
96
- name: Convert image to QCOW2
97
run: |
98
. venv/bin/activate
99
- qemu-img convert -f raw -O qcow2 "${{ env.TARGET_IMAGE }}.raw" "${{ env.TARGET_IMAGE }}"
+ qemu-img convert -f raw -O qcow2 -c "${{ env.TARGET_IMAGE }}.raw" "${{ env.TARGET_IMAGE }}"
100
shell: bash
101
102
- name: Upload Image to S3
0 commit comments