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 b9cf3f4 commit f16a871Copy full SHA for f16a871
.github/workflows/fatimage.yml
@@ -83,7 +83,7 @@ jobs:
83
if: env.IMAGE_EXISTS == 'false'
84
run: |
85
echo "Uploading Image: ${{ env.TARGET_IMAGE }} to S3..."
86
- s3cmd put ${{ env.TARGET_IMAGE }}.qcow2 s3://openhpc-images-prerelease
+ s3cmd --multipart-chunk-size-mb=300 put ${{ env.TARGET_IMAGE }} s3://openhpc-images-prerelease
87
shell: bash
88
89
image_sync:
0 commit comments