tools/fedora-worker-packer: fix packer only/except
It should only build fedora, not everything except fedora.
This commit is contained in:
parent
6a0c893a4d
commit
589bd5f1a1
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue