Skip to content

Commit

Permalink
ci: add multi arch
Browse files Browse the repository at this point in the history
  • Loading branch information
TorstenDittmann committed Jul 17, 2024
1 parent 1005cc0 commit 76080af
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ jobs:
steps:
- name: Checkout the repo
uses: actions/checkout@v2

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Log in to Docker Hub
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 76080af

Please sign in to comment.