Skip to content

Commit

Permalink
add platforms to buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
pjberry16 committed Jul 18, 2023
1 parent 8cb4233 commit 91e82f8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,13 @@ jobs:

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
with:
platforms: linux/amd64

- name: setup docker buildx
uses: docker/setup-buildx-action@v2
with:
platforms: linux/amd64

- name: Login
uses: docker/login-action@v2
Expand Down

0 comments on commit 91e82f8

Please sign in to comment.