Skip to content

Commit

Permalink
Merge pull request #2086 from aojea/crunfun
Browse files Browse the repository at this point in the history
temporally use runc for podman ci
  • Loading branch information
k8s-ci-robot authored Feb 24, 2021
2 parents 26e1359 + b0c9b4b commit 9d163d3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/podman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ jobs:
# https://github.com/actions/virtual-environments/issues/2708
sudo apt-get -y install dnsmasq
- name: Setup runc as runtime to temporary fix #2085
run: |
echo -e "[engine]\nruntime = \"runc\"" | sudo tee /etc/containers/containers.conf
- name: Create single node cluster
if: ${{ matrix.deployment == 'singleNode' }}
run: |
Expand Down

0 comments on commit 9d163d3

Please sign in to comment.