We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d6c8abf + 54f2b5a commit 4cc7350Copy full SHA for 4cc7350
.github/workflows/build_push_to_ecr.yaml
@@ -57,7 +57,7 @@ jobs:
57
uses: docker/[email protected]
58
with:
59
context: .
60
- platforms: linux/amd64
+ platforms: linux/amd64,linux/arm64
61
push: ${{ github.event_name != 'pull_request' }}
62
tags: ${{ steps.meta.outputs.tags }}
63
labels: ${{ steps.meta.outputs.labels }}
0 commit comments