Skip to content

Commit 9248b6a

Browse files
Patrick Stephenspatrick-stephens
authored andcommitted
workflows: pin QEMU version for s390x images
Signed-off-by: Patrick Stephens <[email protected]>
1 parent e3e1f56 commit 9248b6a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/call-build-images.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,13 @@ jobs:
102102
- name: Set up Docker Buildx
103103
uses: docker/setup-buildx-action@v3
104104

105+
# s390x requires emulation
106+
- name: Set up QEMU
107+
if: contains(matrix.platform, 's390x')
108+
uses: docker/setup-qemu-action@v3
109+
with:
110+
image: tonistiigi/binfmt:qemu-v7.0.0-28 # See: https://github.com/docker/setup-qemu-action/issues/198#issuecomment-2653791775
111+
105112
- name: Log in to the Container registry
106113
uses: docker/login-action@v3
107114
with:

0 commit comments

Comments
 (0)