Skip to content

Commit 21541ff

Browse files
csenetclaude
andcommitted
Enable ARM64 support in CI build workflow
Add linux/arm64 to the platforms list for multi-architecture container builds. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 6720806 commit 21541ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/image-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
context: ./app
3333
file: ./app/Dockerfile
34-
platforms: linux/amd64
34+
platforms: linux/amd64,linux/arm64
3535
push: true
3636
tags: ghcr.io/102ch/discord-tts-bot:${{ env.IMAGE_TAG }},ghcr.io/102ch/discord-tts-bot:latest
3737
cache-from: type=gha

0 commit comments

Comments
 (0)