Skip to content

Commit

Permalink
Switch over to runc rather than crun because ubuntu 22.04 crun is not…
Browse files Browse the repository at this point in the history
… happy with systemd containers
  • Loading branch information
hartmans committed Apr 30, 2024
1 parent 207ca67 commit f4fc459
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
- uses: actions/checkout@v2
- name: install dependencies
run: |
sudo apt update
sudo apt install runc crun-
podman pull ghcr.io/hadron/carthage:latest
podman run -eAWS_\* -v`pwd`:/carthage_aws -d --name carthage --privileged --device=/dev/fuse carthage:latest
podman exec carthage apt update
Expand Down

0 comments on commit f4fc459

Please sign in to comment.