Skip to content

Commit

Permalink
Enable Qemu and buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
leplatrem committed Feb 11, 2025
1 parent 9d1573b commit c90baf1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,14 @@ jobs:
- name: Check out the repo
uses: actions/checkout@v4

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

- name: Enable multiplatform builds
uses: docker/setup-buildx-action@v3
with:
buildkitd-flags: "--debug" # Enable detailed logging

- name: Log in to Docker Hub
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit c90baf1

Please sign in to comment.