Skip to content

Commit

Permalink
Merge pull request #92 from buggregator/maintenance/docker-platforms
Browse files Browse the repository at this point in the history
Adds platforms for docker builds
  • Loading branch information
butschster committed Dec 4, 2023
2 parents 0dab43b + 665920b commit 3b626c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-dev-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
uses: docker/build-push-action@v3
with:
context: ./
platforms: linux/amd64,linux/arm64
file: ./.docker/Dockerfile
push: true
build-args:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
uses: docker/build-push-action@v3
with:
context: ./
platforms: linux/amd64,linux/arm64
file: ./.docker/Dockerfile
push: true
build-args:
Expand Down

0 comments on commit 3b626c5

Please sign in to comment.