only run tests for x86_64 fedora for now
Signed-off-by: Matthew Stobbs <matthew@stobbs.ca>
This commit is contained in:
@@ -20,7 +20,7 @@ done
|
||||
echo "Machine $MACHINENAME running"
|
||||
|
||||
echo "Building container images"
|
||||
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 .
|
||||
#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 .
|
||||
|
||||
Reference in New Issue
Block a user