Skip to content

Commit

Permalink
Add Arm64 to the docker platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
Ki-er authored and lgibson02 committed Aug 29, 2023
1 parent e0ba571 commit 07ed754
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
with:
images: |
${{ secrets.DOCKERHUB_USERNAME }}/FreesideBot
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

- name: Build and push Docker images
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
Expand All @@ -41,3 +44,4 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64,linux/arm64

0 comments on commit 07ed754

Please sign in to comment.