fedora-worker-packer: Bump to Fedora 42

This commit is contained in:
Simon Steinbeiss 2025-06-12 16:14:25 +02:00 committed by Simon Steinbeiß
parent 47b5b8b101
commit 594286f07b

View file

@ -8,7 +8,7 @@ export BUILD_RPMS=false
# Fedora community workers use osbuild form rpmrepo + composer from # Fedora community workers use osbuild form rpmrepo + composer from
# copr, as the osbuild rpms from copr disappear too quickly. # copr, as the osbuild rpms from copr disappear too quickly.
export ANSIBLE_TAGS="fedora" export ANSIBLE_TAGS="fedora"
FEDORA=fedora-40 FEDORA=fedora-42
export PACKER_ONLY_EXCEPT=--only=amazon-ebs."$FEDORA"-x86_64,amazon-ebs."$FEDORA"-aarch64 export PACKER_ONLY_EXCEPT=--only=amazon-ebs."$FEDORA"-x86_64,amazon-ebs."$FEDORA"-aarch64
COMMIT_SHA="${COMMIT_SHA:-$(git rev-parse HEAD)}" COMMIT_SHA="${COMMIT_SHA:-$(git rev-parse HEAD)}"