Skip to content

Commit 3807527

Browse files
author
Oleg
committed
Try raw podman command
1 parent d40f100 commit 3807527

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,14 @@ jobs:
6464
sudo apt-get update
6565
sudo apt-get install -y qemu-user-static
6666
67+
- name: Try raw podman
68+
run: >
69+
podman build
70+
--platform linux/amd64,linux/arm64
71+
--manifest
72+
${{ needs.meta.outputs.implementation-name }}
73+
.
74+
6775
- name: Build
6876
id: build_image
6977
uses: redhat-actions/buildah-build@v2

0 commit comments

Comments
 (0)