Skip to content

Commit 4ce303e

Browse files
committed
Add multi-platform support for Docker image builds
1 parent 1aeeb60 commit 4ce303e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
uses: "docker/build-push-action@v5"
5757
with:
5858
context: "."
59+
platforms: "linux/386,linux/amd64,linux/arm,linux/arm64"
5960
push: "${{ github.event_name != 'pull_request' }}"
6061
tags: ${{ steps.docker_metadata.outputs.tags }}
6162
labels: ${{ steps.docker_metadata.outputs.labels }}

0 commit comments

Comments
 (0)