From 551c58880b6b752d231fcd0cbe9e58096e1e97fc Mon Sep 17 00:00:00 2001 From: Serge Schneider Date: Tue, 29 Apr 2025 10:13:23 +0100 Subject: [PATCH] export-image: Do not compress the bmap file --- export-image/05-finalise/01-run.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/export-image/05-finalise/01-run.sh b/export-image/05-finalise/01-run.sh index 107becf..5cbda20 100755 --- a/export-image/05-finalise/01-run.sh +++ b/export-image/05-finalise/01-run.sh @@ -135,7 +135,5 @@ esac if [ -f "${SBOM_FILE}" ]; then xz -c "${SBOM_FILE}" > "$DEPLOY_DIR/$(basename "${SBOM_FILE}").xz" fi -if [ -f "${BMAP_FILE}" ]; then - xz -c "${BMAP_FILE}" > "$DEPLOY_DIR/$(basename "${BMAP_FILE}").xz" -fi +cp "$BMAP_FILE" "$DEPLOY_DIR/" cp "$INFO_FILE" "$DEPLOY_DIR/"