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

This commit is contained in:
Erich Blume 2026-01-23 21:05:40 -08:00
commit 6d8e6ea4c0

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