Skip to content

Commit 5325315

Browse files
authored
Specify platform
1 parent b0a28ae commit 5325315

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
@@ -63,6 +63,7 @@ jobs:
6363
id: build-and-push
6464
uses: docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a
6565
with:
66+
platforms: linux/amd64,linux/arm/v7,linux/arm64
6667
context: .
6768
push: ${{ github.event_name != 'pull_request' }}
6869
tags: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)