Skip to content

Commit

Permalink
Fix multi-arch build with pinned versions of buildx/QEMU images
Browse files Browse the repository at this point in the history
  • Loading branch information
rnorth committed Aug 2, 2021
1 parent fceba8c commit bed7815
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,13 @@ jobs:
# Setup for buildx
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
with:
image: tonistiigi/binfmt:qemu-v6.0.0-12
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v1
with:
version: v0.6.1

# Debugging information
- name: Docker info
Expand Down

0 comments on commit bed7815

Please sign in to comment.