feat: add ARM64 self-hosted runner build support

- Update build workflow to include ARM64 self-hosted runner job.
- Modify Dockerfile and compose.yml for ARM64 runner setup.
- Add ARM64 self-hosted matrix configuration.
- Update README with ARM64 self-hosted runner instructions.
This commit is contained in:
Junya Morioka
2025-12-11 01:10:52 +09:00
parent 67e64ccae1
commit 521f9dcbaf
6 changed files with 113 additions and 8 deletions
@@ -27,7 +27,7 @@ on:
description: "Runner type"
required: false
type: string
default: "self-hosted"
default: "self-hosted-arm"
is-upload:
description: "Whether to upload the release asset"
required: false