Skip to content

Commit 80738c7

Browse files
committed
support ARM in docker image
1 parent afcba18 commit 80738c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker.yml

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ jobs:
6464
with:
6565
context: .
6666
push: true
67+
platforms: linux/amd64,linux/arm64
6768
tags: |
6869
ghcr.io/${{ github.repository }}:${{ env.tag }}
6970
${{ env.latest_tag == 'true' && format('ghcr.io/{0}:latest', github.repository) || '' }}

0 commit comments

Comments
 (0)