1
0
Fork 0
mirror of https://github.com/containers/ansible-podman-collections.git synced 2026-02-04 07:11:49 +00:00

Use 24.04 3

This commit is contained in:
Sagi Shnaidman 2025-08-03 01:40:05 +03:00
parent 9663359089
commit 87bbfc6b76

View file

@ -60,7 +60,7 @@ jobs:
- name: Disable apparmor
run: |
sudo systemctl stop apparmor.service
sudo aa-teardown || true
#sudo aa-teardown || true
- name: Clone and build netavark
run: |
@ -103,7 +103,7 @@ jobs:
run: |
cd /tmp/podman
make BUILDTAGS="seccomp systemd"
sudo make install PREFIX=/usr/local
sudo make install PREFIX=/usr
# Get version info
VERSION=$(/usr/local/bin/podman version --format "{{.Client.Version}}")