Skip to content

Commit

Permalink
use buildah container image for building
Browse files Browse the repository at this point in the history
  • Loading branch information
kaplan-michael committed May 6, 2024
1 parent 3107a08 commit 26e9758
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Install qemu dependency
run: |
sudo apt-get update
sudo apt-get install -y qemu-user-static
#- name: Install qemu dependency
# run: |
# sudo apt-get update
# sudo apt-get install -y qemu-user-static

- uses: actions/checkout@v4

Expand Down Expand Up @@ -62,6 +62,9 @@ jobs:
build-caddy:
name: Build & Push Caddy container
runs-on: ubuntu-latest
container:
image: quay.io/buildah/stable:latest
options: --privileged

steps:
#- name: Install qemu dependency
Expand Down

0 comments on commit 26e9758

Please sign in to comment.