We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9bd641 commit 7ab00dbCopy full SHA for 7ab00db
1 file changed
.github/workflows/create-and-publish-docker-image.yml
@@ -37,6 +37,7 @@ jobs:
37
uses: docker/build-push-action@v4
38
with:
39
context: .
40
+ platforms: linux/amd64,linux/arm64
41
push: true
42
tags: ${{ steps.meta.outputs.tags }}
43
labels: ${{ steps.meta.outputs.labels }}
0 commit comments