Update test workflow to verify buildah/podman instead of docker
Some checks failed
Test CI / test (pull_request) Failing after 12s
Some checks failed
Test CI / test (pull_request) Failing after 12s
This commit is contained in:
parent
c2be742094
commit
6d8e6ea4c0
1 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue