Skip to content

Commit

Permalink
Set up QEMU prior to image build (#857)
Browse files Browse the repository at this point in the history
* Set up QEMU prior to image build

Investigating to see if setting up QEMU would resolve the docker build
issues.

* Try v8
  • Loading branch information
masih authored Jan 28, 2025
1 parent 3419d18 commit 1e488a2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ jobs:
uses: actions/checkout@v4
with:
ref: ${{ needs.prepare-checkout.outputs.ref }}
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
with:
# Use QEMU v8 to work around build issues. See:
# * https://github.com/docker/build-push-action/issues/1309#issuecomment-2618650540
image: tonistiigi/binfmt:qemu-v8.1.5
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Log in to the Container registry
Expand Down

0 comments on commit 1e488a2

Please sign in to comment.