Skip to content

Commit

Permalink
Try with podman/buildah
Browse files Browse the repository at this point in the history
  • Loading branch information
LecrisUT committed Oct 9, 2024
1 parent e52f42b commit 678cf96
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/s390x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: docker/setup-qemu-action@v3
- uses: docker/setup-buildx-action@v3
- uses: docker/build-push-action@v6
- uses: redhat-actions/buildah-build@v2
with:
platforms: linux/s390x
push: false
image: logos
archs: s390x
tags: debug
containerfiles: |
./Dockerfile

0 comments on commit 678cf96

Please sign in to comment.