Switch to Buildah for container builds #51

Merged
eblume merged 30 commits from feature/p5-container-builds into main 2026-01-24 13:30:26 -08:00
Showing only changes of commit 6d8e6ea4c0 - Show all commits

Update test workflow to verify buildah/podman instead of docker
Some checks failed
Test CI / test (pull_request) Failing after 12s

Erich Blume 2026-01-23 21:05:40 -08:00

View file

@ -26,8 +26,9 @@ jobs:
make --version | head -1
gcc --version | head -1
echo ""
echo "=== Docker ==="
docker --version
echo "=== Container tools (Buildah) ==="
buildah --version
podman --version
echo ""
echo "=== Other tools ==="
curl --version | head -1