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

etudenhoefner pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git


The following commit(s) were added to refs/heads/main by this push:
     new c588d8d516 Revert "Docker: Pin QEMU version temporarily (#12262)" 
(#13861)
c588d8d516 is described below

commit c588d8d516500290a26619e5b48bdcab6ee37b6e
Author: Yuya Ebihara <[email protected]>
AuthorDate: Tue Aug 19 18:37:47 2025 +0900

    Revert "Docker: Pin QEMU version temporarily (#12262)" (#13861)
    
    This reverts commit 75d8e842294837c41c04c2abfcaf3314caf4879a.
---
 .github/workflows/publish-iceberg-rest-fixture-docker.yml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/.github/workflows/publish-iceberg-rest-fixture-docker.yml 
b/.github/workflows/publish-iceberg-rest-fixture-docker.yml
index 6918fee52b..747c313cc0 100644
--- a/.github/workflows/publish-iceberg-rest-fixture-docker.yml
+++ b/.github/workflows/publish-iceberg-rest-fixture-docker.yml
@@ -54,9 +54,6 @@ jobs:
         echo "DOCKER_IMAGE_VERSION=`echo ${{ github.ref }} | tr -d -c 0-9.`" 
>> "$GITHUB_ENV"
     - name: Set up QEMU
       uses: docker/setup-qemu-action@v3
-      with:
-        ## Temporary due to bug in qemu:  
https://github.com/docker/setup-qemu-action/issues/198
-        image: tonistiigi/binfmt:qemu-v7.0.0-28
     - name: Set up Docker Buildx
       uses: docker/setup-buildx-action@v3
     - name: Build and Push

Reply via email to