Skip to content

Commit

Permalink
Merge pull request #26 from testcontainers/pin-buildkit
Browse files Browse the repository at this point in the history
Fix multi-arch build with pinned versions of buildx/QEMU images
  • Loading branch information
rnorth authored Aug 2, 2021
2 parents fceba8c + bed7815 commit 7d9a387
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 7d9a387

Please sign in to comment.