We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6c8abf commit 54f2b5aCopy full SHA for 54f2b5a
.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