Merged
Conversation
Co-authored-by: book000 <8929706+book000@users.noreply.github.com>
Co-authored-by: book000 <8929706+book000@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add arm64 standard runners for private repositories
feat: ARM64 標準ランナーをプライベートリポジトリで利用可能にする
Feb 8, 2026
book000
approved these changes
Feb 9, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
ARM64 標準ランナー(ubuntu-24.04-arm)がプライベートリポジトリでも利用可能になった前提で、Docker 用 Reusable Workflow からリポジトリ可視性に依存した分岐と QEMU セットアップを削除し、ARM64 ビルドをネイティブ実行に寄せる変更です。
Changes:
linux/arm64ビルドのruns-onを常にubuntu-24.04-armに固定し、可視性判定ロジックを削除- ARM64 向けの QEMU セットアップステップを削除(ネイティブランナー前提)
.gitignoreにpackage.jsonを追加
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .gitignore | package.json を ignore 対象に追加 |
| .github/workflows/reusable-docker.yml | ARM64 実行ランナーを固定化し、可視性チェックと QEMU セットアップを削除 |
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.
ARM64 標準ランナー (
ubuntu-24.04-arm) がプライベートリポジトリで利用可能になったため、リポジトリ可視性に基づく条件分岐を削除。変更内容
runs-on条件の簡素化:linux/arm64ビルドは常にubuntu-24.04-armを使用影響
プライベートリポジトリの ARM64 ビルドが QEMU エミュレーションからネイティブビルドに変わるため、ビルド時間が大幅に短縮される。
参考: https://github.blog/changelog/2026-01-29-arm64-standard-runners-are-now-available-in-private-repositories/
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.