Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
Use tonistiigi/binfmt:master for QEMU
Browse files Browse the repository at this point in the history
  • Loading branch information
harmless-tech committed Apr 6, 2024
1 parent f86c6a0 commit 93f6a5a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
- uses: actions/checkout@v4
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
with:
image: tonistiigi/binfmt:master
- name: Docker Setup Buildx
id: buildx
uses: docker/setup-buildx-action@v3
Expand All @@ -49,4 +51,4 @@ jobs:
with:
name: "${{ matrix.platform }}+${{ matrix.target }}"
path: |
export/${{ matrix.target }}.tar.gz
export/*.tar.gz
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
- uses: actions/checkout@v4
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
with:
image: tonistiigi/binfmt:master
- name: Docker Setup Buildx
id: buildx
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit 93f6a5a

Please sign in to comment.