Skip to content

Commit 3b626c5

Browse files
authored
Merge pull request #92 from buggregator/maintenance/docker-platforms
Adds platforms for docker builds
2 parents 0dab43b + 665920b commit 3b626c5

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)