Skip to content

Commit

Permalink
#61 remove linux/arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
docktermj committed Sep 27, 2023
1 parent 959b8a3 commit 49a6af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-push-containers-to-dockerhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
docker buildx build \
--no-cache \
--platform linux/arm64,linux/amd64 \
--platform linux/amd64 \
--push \
--tag senzing/senzingapi-runtime:${{ github.ref_name }} \
--tag senzing/sengingapi-runtime:latest \
Expand Down

0 comments on commit 49a6af9

Please sign in to comment.