Skip to content

Commit

Permalink
build-docker.yml: Add workaround for binfmt setup
Browse files Browse the repository at this point in the history
Signed-off-by: Tobias Knöppler <[email protected]>
  • Loading branch information
theCalcaholic committed Jul 12, 2023
1 parent 5d0d22b commit 05cdd8e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,11 @@ jobs:
steps:
- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v2
- name: debug binfmt platforms
run: docker run --rm --privileged multiarch/qemu-user-static:register

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
# - name: Set up QEMU
# uses: docker/setup-qemu-action@v2

- name: Checkout code
uses: actions/checkout@v3
Expand Down

0 comments on commit 05cdd8e

Please sign in to comment.