en/tests/containers/build.sh
jutty 6c6e9a3f7e
Some checks failed
/ verify (push) Has been cancelled
Fix test containers failing to respond
2026-03-07 15:13:12 -03:00

9 lines
145 B
Bash
Executable file

#!/usr/bin/env sh
set -eu
distro="$1"
podman stop --time 3 "en-$distro"
podman build \
--tag "en-$distro" \
-f "Containerfile.$distro"