| author | 2026-09-07 15:42:43 +0700 | |
|---|---|---|
| committer | 2026-09-07 15:42:57 +0700 | |
| commit | 32e10bd3045940a210c431e1d7b2ed997e0372e8 (patch) | |
| tree | 51886930ce38e4ea719d94ab551a65a85afcefa9 | |
| parent | cd45abe68eec0d00e6b51d765db273a424352529 (diff) | |
| download | kiwi-descriptions-32e10bd3045940a210c431e1d7b2ed997e0372e8.tar.gz kiwi-descriptions-32e10bd3045940a210c431e1d7b2ed997e0372e8.zip | |
fix: explicitly upload iso onto s3 with application/x-iso9660-image MIME
type
| -rw-r--r-- | Jenkinsfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 9662632..1732307 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -151,6 +151,7 @@ spec: ls -lh /s5cmd --endpoint-url "${B2_ENDPOINT}" cp \\ + --content-type "application/x-iso9660-image" \\ "${dst}" \\ "s3://${ISO_BUCKET}/fedora/${IMAGE_VERSION}/aarch64/${dst}" ''' |