From 32e10bd3045940a210c431e1d7b2ed997e0372e8 Mon Sep 17 00:00:00 2001 From: Saya Andy Date: Mon, 7 Sep 2026 15:42:43 +0700 Subject: fix: explicitly upload iso onto s3 with application/x-iso9660-image MIME type --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) 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}" ''' -- cgit v1.3.1+16