Skip to content

Commit

Permalink
install newer buildah, maybe
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Detjens <[email protected]>
  • Loading branch information
detjensrobert committed Oct 19, 2024
1 parent 1a44920 commit 1b80a8e
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,17 @@ jobs:
- ubuntu

steps:
- name: Install newer version of Buildah from source
run: |
sudo apt-get -y -qq update
sudo apt-get -y install bats btrfs-progs git go-md2man golang libapparmor-dev libglib2.0-dev libgpgme11-dev libseccomp-dev libselinux1-dev make skopeo libbtrfs-dev
git clone https://github.com/containers/buildah /tmp/buildah --branch v1.37.5
cd /tmp/buildah
make runc all SECURITYTAGS="apparmor seccomp"
sudo make install install.runc
buildah --help
- name: Checkout repository
uses: actions/checkout@v4

Expand Down Expand Up @@ -58,6 +69,17 @@ jobs:
- vr

steps:
- name: Install newer version of Buildah from source
run: |
sudo apt-get -y -qq update
sudo apt-get -y install bats btrfs-progs git go-md2man golang libapparmor-dev libglib2.0-dev libgpgme11-dev libseccomp-dev libselinux1-dev make skopeo libbtrfs-dev
git clone https://github.com/containers/buildah /tmp/buildah --branch v1.37.5
cd /tmp/buildah
make runc all SECURITYTAGS="apparmor seccomp"
sudo make install install.runc
buildah --help
- name: Checkout repository
uses: actions/checkout@v4

Expand Down

0 comments on commit 1b80a8e

Please sign in to comment.