Skip to content

Commit

Permalink
tools/fedora-worker-packer: fix packer only/except
Browse files Browse the repository at this point in the history
It should only build fedora, not everything except fedora.
  • Loading branch information
croissanne committed Jan 23, 2024
1 parent 6a0c893 commit 589bd5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/appsre-build-fedora-worker-packer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 589bd5f

Please sign in to comment.