Skip to content

Commit ba93898

Browse files
Force Podman runtime to runc in CI
1 parent 63225a7 commit ba93898

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/actions/podman-setup/action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ runs:
66
- name: Podman setup
77
shell: bash
88
run: |
9+
mkdir -p ~/.config/containers
10+
cat <<EOF > ~/.config/containers/containers.conf
11+
[engine]
12+
runtime = "runc"
13+
EOF
914
systemctl enable --now --user podman podman.socket
1015
podman info
1116
echo "DOCKER_HOST=unix://${XDG_RUNTIME_DIR}/podman/podman.sock" >> $GITHUB_ENV

0 commit comments

Comments
 (0)