Skip to content

Commit 8085600

Browse files
committed
feat: update github action
1 parent e191c73 commit 8085600

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
@@ -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)