Merge pull request #10904 from BbolroC/turn-off-measured-rootfs-s390x-gha-workflows

GHA: Turn off MEASURED_ROOTFS in build-kata-static-tarball-s390x
This commit is contained in:
Greg Kurz 2025-02-20 10:24:23 +01:00 committed by GitHub
commit f51d84b466
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -279,7 +279,7 @@ jobs:
ARTEFACT_REGISTRY_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
TARGET_BRANCH: ${{ inputs.target-branch }}
RELEASE: ${{ inputs.stage == 'release' && 'yes' || 'no' }}
MEASURED_ROOTFS: yes
MEASURED_ROOTFS: no
- name: store-artifact shim-v2
uses: actions/upload-artifact@v4