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.
2 parents 0dab43b + 665920b commit 3b626c5Copy full SHA for 3b626c5
.github/workflows/docker-dev-image.yml
@@ -35,6 +35,7 @@ jobs:
35
uses: docker/build-push-action@v3
36
with:
37
context: ./
38
+ platforms: linux/amd64,linux/arm64
39
file: ./.docker/Dockerfile
40
push: true
41
build-args:
.github/workflows/docker-image.yml
0 commit comments