Skip to content

Commit

Permalink
Add buildx and qemu
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Aug 4, 2024
1 parent 859b56b commit 8992be6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ jobs:
registry: docker.io
username: ${{ secrets.DOCKER_REPOSITORY_LOGIN }}
password: ${{ secrets.DOCKER_REPOSITORY_PASSWORD }}
# https://github.com/docker/setup-qemu-action
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
# https://github.com/docker/setup-buildx-action
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build action image
run: make docker-build
env:
Expand Down

0 comments on commit 8992be6

Please sign in to comment.