export-image: Do not compress the bmap file

This commit is contained in:
Serge Schneider 2025-04-29 10:13:23 +01:00
parent 79afc6e5e7
commit 551c58880b

View File

@ -135,7 +135,5 @@ esac
if [ -f "${SBOM_FILE}" ]; then if [ -f "${SBOM_FILE}" ]; then
xz -c "${SBOM_FILE}" > "$DEPLOY_DIR/$(basename "${SBOM_FILE}").xz" xz -c "${SBOM_FILE}" > "$DEPLOY_DIR/$(basename "${SBOM_FILE}").xz"
fi fi
if [ -f "${BMAP_FILE}" ]; then cp "$BMAP_FILE" "$DEPLOY_DIR/"
xz -c "${BMAP_FILE}" > "$DEPLOY_DIR/$(basename "${BMAP_FILE}").xz"
fi
cp "$INFO_FILE" "$DEPLOY_DIR/" cp "$INFO_FILE" "$DEPLOY_DIR/"