Skip to content

Commit

Permalink
ci: setup buildx and qemu to enable multi-platform builds
Browse files Browse the repository at this point in the history
  • Loading branch information
upsetbit committed Oct 10, 2023
1 parent c488dc1 commit baf8042
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/actions/build-and-push/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ inputs:
runs:
using: composite
steps:
- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Login to Docker Hub
uses: docker/login-action@v2
with:
Expand Down

0 comments on commit baf8042

Please sign in to comment.