en/tests/containers/build.sh
jutty feb2f9c1ac
Some checks failed
/ verify (push) Has been cancelled
Add prebuilt binaries tooling and docs
2026-02-18 04:38:11 -03:00

7 lines
100 B
Bash
Executable file

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