Skip to content

Commit

Permalink
Merge pull request #2192 from progress44/arm-platform
Browse files Browse the repository at this point in the history
add arm64 to build platform
  • Loading branch information
raclim authored Jul 11, 2023
2 parents dd2f731 + 8fe4e90 commit 3e85dae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:
with:
ref: release
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v2
with:
platforms: linux/amd64,linux/arm64
- name: Login to Docker Hub
uses: docker/login-action@v1
with:
Expand Down

0 comments on commit 3e85dae

Please sign in to comment.