This is an automated email from the ASF dual-hosted git repository.

mbalassi pushed a commit to branch release-1.0
in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git

commit 87f2490d2472f342c39389a39bb76a1251f87fb6
Author: Marton Balassi <[email protected]>
AuthorDate: Sun May 22 06:22:50 2022 +0200

    [FLINK-27728] Add Qemu for cross-platform GHA build
    
    Closes #233.
---
 .github/workflows/docker_push.yml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.github/workflows/docker_push.yml 
b/.github/workflows/docker_push.yml
index 33dda4d..92ea70b 100644
--- a/.github/workflows/docker_push.yml
+++ b/.github/workflows/docker_push.yml
@@ -39,6 +39,12 @@ jobs:
       - name: Check out the repo
         uses: actions/checkout@v2
 
+      - name: Set up QEMU
+        uses: docker/setup-qemu-action@v1
+        with:
+          image: tonistiigi/binfmt:latest
+          platforms: all
+
       - name: Set up Docker Buildx
         uses: docker/setup-buildx-action@v1
 

Reply via email to