export-image: Do not compress the bmap file
This commit is contained in:
parent
79afc6e5e7
commit
551c58880b
@ -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/"
|
||||
|
Loading…
x
Reference in New Issue
Block a user