Skip to content

Commit

Permalink
Build image for linux/amd64 platform
Browse files Browse the repository at this point in the history
  • Loading branch information
kinkard committed Aug 15, 2024
1 parent 05fbaa1 commit 8ed5a76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push_docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
platforms: linux/arm64
platforms: linux/arm64,linux/amd64
push: true
tags: kinkard/prospero:latest
cache-from: type=gha
Expand Down

0 comments on commit 8ed5a76

Please sign in to comment.