Skip to content

Commit 665920b

Browse files
committed
Adds platforms for docker builds
1 parent 0dab43b commit 665920b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/docker-dev-image.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
uses: docker/build-push-action@v3
3636
with:
3737
context: ./
38+
platforms: linux/amd64,linux/arm64
3839
file: ./.docker/Dockerfile
3940
push: true
4041
build-args:

.github/workflows/docker-image.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
uses: docker/build-push-action@v3
3636
with:
3737
context: ./
38+
platforms: linux/amd64,linux/arm64
3839
file: ./.docker/Dockerfile
3940
push: true
4041
build-args:

0 commit comments

Comments
 (0)