Skip to content

Commit 88f1ad6

Browse files
committed
use podman instead of docker for beaker-docker
1 parent 7d06327 commit 88f1ad6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/beaker.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,13 @@ jobs:
162162
name: "${{ matrix.name }}"
163163
steps:
164164
- uses: actions/checkout@v4
165+
- name: Setup podman
166+
if: ${{ inputs.beaker_hypervisor == 'container_podman' }}
167+
run: |
168+
sudo apt-get update
169+
sudo apt-get install -y podman crun
170+
systemctl start --user podman.socket
171+
echo "DOCKER_HOST=unix:///run/user/$(id -u)/podman/podman.sock" >> "$GITHUB_ENV"
165172
- name: install additional packages
166173
if: ${{ inputs.additional_packages != '' }}
167174
run: |

0 commit comments

Comments
 (0)