RHEL build multiarch (test)

This commit is contained in:
Alexey Pustovalov 2024-03-06 23:50:44 +09:00
parent 1e1361ad01
commit b68af75e7c

View File

@ -857,7 +857,7 @@ jobs:
IMAGE_TAG: ${{ fromJSON(steps.meta.outputs.json).tags[0] }}
PREFLIGHT_IMAGE: ${{ env.PREFLIGHT_IMAGE }}
PFLT_LOGFILE: "/tmp/artifacts/preflight.log"
SUBMIT_IMAGE: ${{ env.AUTO_PUSH_IMAGES != 'true' && '--submit' || '' }}
SUBMIT_IMAGE: ${{ env.AUTO_PUSH_IMAGES == 'true' && '--submit' || '' }}
run: |
mkdir -p $PFLT_ARTIFACTS
echo "::group::Perform certification tests (${SUBMIT_IMAGE})"