Skip to content

Commit e5c6875

Browse files
kunishclaude
andauthored
feat: support linux/arm64 docker image (#1851)
Closes #1815 Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 29f860e commit e5c6875

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
builder: ${{ steps.buildx.outputs.name }}
113113
file: Dockerfile
114114
push: true
115-
platforms: linux/amd64
115+
platforms: linux/amd64,linux/arm64
116116
cache-from: type=gha
117117
cache-to: type=gha,mode=max
118118
tags: |

0 commit comments

Comments
 (0)