Skip to content

Commit

Permalink
Fix multiarch image build (#2679)
Browse files Browse the repository at this point in the history
This action will install qemu static binaries and setup binfmt.

Signed-off-by: Matej Vašek <[email protected]>
  • Loading branch information
matejvasek authored Jan 30, 2025
1 parent ee3a2b9 commit 18ce348
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: docker/setup-qemu-action@v3
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 18ce348

Please sign in to comment.