add more testing containers

This commit is contained in:
Matthew Stobbs
2025-02-23 03:11:12 -07:00
parent 57b3b93a18
commit 6397899d88
10 changed files with 82 additions and 29 deletions

View File

@@ -20,4 +20,7 @@ done
echo "Machine $MACHINENAME running"
echo "Building container images"
podman build --platform linux/amd64 -f Containerfile -t $IMAGE .
podman build --platform linux/amd64 -f Containerfile.el9 -t ${IMAGE}_el9 .
podman build --platform linux/amd64 -f Containerfile.fedora -t ${IMAGE)_fedora .
podman build --platform linux/amd64 -f Containerfile.debian -t ${IMAGE}_debian .
podman build --platform linux/amd64 -f Containerfile.ubuntu -t ${IMAGE}_ubuntu .