Skip to content

Commit d394ee7

Browse files
authored
add multi platforms
1 parent d7206df commit d394ee7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ jobs:
7676
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
7777
with:
7878
context: .
79+
platforms: linux/amd64,linux/arm64
7980
push: ${{ github.event_name != 'pull_request' }}
8081
tags: ${{ steps.meta.outputs.tags }}
8182
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)