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:
parent
9663359089
commit
87bbfc6b76
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build_latest_podman.yml
vendored
4
.github/workflows/build_latest_podman.yml
vendored
|
|
@ -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}}")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue