Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Commit

Permalink
fixup! Build the containers on x86_64, ppc64le, s390x & aarch64 on Gi…
Browse files Browse the repository at this point in the history
…thub
  • Loading branch information
dcermak committed Nov 17, 2022
1 parent 6573d55 commit 8a6878b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,15 @@ on:

jobs:
podman:
strategy:
matrix:
arch: ["x86_64", "arm64", "ppc64le", "s390x"]

runs-on: ubuntu-latest
name: Build the container with buildah
name: Build the containers with buildah
steps:
- uses: actions/checkout@v3
- run: buildah bud --layers .
- run: buildah build --platform linux/${{ matrix.arch }} --layers .

docker:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8a6878b

Please sign in to comment.