ci(cd): build multi-arch images (amd64 + arm64)#64
Draft
torrid-fish wants to merge 1 commit into
Draft
Conversation
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
🛡️ PR Quality Check Summary✅ PR Title: Passed (Length: 47/75, Format: OK). 🎉 All checks passed! |
torrid-fish
added a commit
that referenced
this pull request
Jul 16, 2026
Build the image on PRs (no push) so a broken Dockerfile — the pyopenjtalk compile and the open_jtalk_dic / UniDic bake layers that make the runtime self-contained — fails the PR instead of the release build. A --network none smoke test runs the in-process OpenJTalk frontend to confirm the baked dictionaries resolve offline. amd64 only; arm64 PR gating is left to the multi-arch work in #64.
torrid-fish
added a commit
that referenced
this pull request
Jul 16, 2026
Build the image on PRs (no push) so a broken Dockerfile — the pyopenjtalk compile and the open_jtalk_dic / UniDic bake layers that make the runtime self-contained — fails the PR instead of the release build. A --network none smoke test runs the in-process OpenJTalk frontend to confirm the baked dictionaries resolve offline. amd64 only; arm64 PR gating is left to the multi-arch work in #64.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
目的
Publish arm64 images alongside amd64 so the service runs natively on the arm64 (Oracle Ampere) deploy host. Images are amd64-only today.
方法/實作說明
Add
linux/arm64to the build-pushplatformsin the CD workflow. QEMU and Buildx are already configured, so the published tags (:stable/:dev/ semver /sha-*) become multi-arch manifest lists..github/workflows/cd.ymldocker/build-push-action(provenance/sbomunchanged).關聯 Issue
None.
附註
arm64 builds run under QEMU (fugashi build + UniDic download), so CD will be noticeably slower.