Skip to content

Commit 751cff6

Browse files
committed
Add arm64 build
1 parent b736407 commit 751cff6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker-publish.yml

+1
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ jobs:
7878
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
7979
with:
8080
context: .
81+
platforms: linux/amd64,linux/arm64
8182
push: ${{ github.event_name != 'pull_request' }}
8283
tags: ${{ steps.meta.outputs.tags }}
8384
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)