added 2.5 EE to build script (#195)

This commit is contained in:
Chris Edillon
2024-10-28 13:10:31 -04:00
committed by GitHub
parent 1e266f457a
commit fbb6d95736
4 changed files with 70 additions and 2 deletions

View File

@@ -3,10 +3,13 @@
# array of images to build
ee_images=(
"apd-ee-24"
"apd-ee-25"
)
for ee in "${ee_images[@]}"
do
echo "Building EE image ${ee}"
# build EE image
ansible-builder build \
--file ${ee}.yml \