Skip to content

Commit

Permalink
tools/appsre-packer: add script to build fedora worker images
Browse files Browse the repository at this point in the history
  • Loading branch information
croissanne authored and achilleas-k committed Jan 22, 2024
1 parent c7aad1b commit 6a0c893
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tools/appsre-build-fedora-worker-packer.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/bin/bash
# AppSRE runs this script to build an ami and share it with an account
set -exv

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

tools/appsre-build-worker-packer.sh

0 comments on commit 6a0c893

Please sign in to comment.