tools/fedora-worker-packer: fix packer only/except

It should only build fedora, not everything except fedora.
This commit is contained in:
Sanne Raymaekers 2024-01-23 11:34:42 +01:00
parent 6a0c893a4d
commit 589bd5f1a1

View file

@ -6,6 +6,6 @@ export SKIP_CREATE_AMI=false
# Use prebuilt rpms for the fedora images
export BUILD_RPMS=false
export SKIP_TAGS="rpmcopy,subscribe"
export PACKER_ONLY_EXCEPT=--except=amazon-ebs.fedora-38-x86_64,amazon-ebs.fedora-38-aarch64
export PACKER_ONLY_EXCEPT=--only=amazon-ebs.fedora-38-x86_64,amazon-ebs.fedora-38-aarch64
tools/appsre-build-worker-packer.sh