Skip to content

Commit 2fc35f4

Browse files
Add more build platforms
1 parent 87202f4 commit 2fc35f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ jobs:
6969
uses: docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a
7070
with:
7171
context: .
72+
platforms: linux/amd64,linux/arm,linux/arm64
7273
push: ${{ github.event_name != 'pull_request' }}
7374
tags: ${{ steps.meta.outputs.tags }}
7475
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)