| commit | 3a2cfdd916c475ee1ccb63fe42f5cfeb3fe912fb | [log] [tgz] |
|---|---|---|
| author | Gyula Fora <g_fora@apple.com> | Thu Feb 20 14:25:18 2025 +0100 |
| committer | GitHub <noreply@github.com> | Thu Feb 20 14:25:18 2025 +0100 |
| tree | 26ab8f09fab49b1f28a942f539324679d3089a6b | |
| parent | 44dd679a5952569a7ae36395202fdf609130fdef [diff] |
[FLINK-37359] Pin qemu image to 7.0.0
diff --git a/.github/workflows/docker_push.yml b/.github/workflows/docker_push.yml index 9ed1e8d..bf4d92a 100644 --- a/.github/workflows/docker_push.yml +++ b/.github/workflows/docker_push.yml
@@ -42,7 +42,7 @@ - name: Set up QEMU uses: docker/setup-qemu-action@v3 with: - image: tonistiigi/binfmt:latest + image: tonistiigi/binfmt:qemu-v7.0.0 platforms: all - name: Set up Docker Buildx