The Debian compatibility image was building from source with QEMU cross-compilation for ARM64, which is extremely slow and was getting cancelled by the concurrency group. Switch to using pre-built binaries (same as the distroless image) with a debian:bookworm-slim runtime base. - Add Dockerfile.debian.ci (mirrors Dockerfile.ci with Debian runtime) - Update release-beta-on-push.yml to use docker-ctx + pre-built bins - Update release-stable-manual.yml with same fix - Drop GHA cache layers (no longer building from source) Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| checks-on-pr.yml | ||
| ci-run.yml | ||
| cross-platform-build-manual.yml | ||
| master-branch-flow.md | ||
| pub-aur.yml | ||
| pub-homebrew-core.yml | ||
| pub-scoop.yml | ||
| publish-crates-auto.yml | ||
| publish-crates.yml | ||
| README.md | ||
| release-beta-on-push.yml | ||
| release-stable-manual.yml | ||
| tweet-release.yml | ||
Workflow Directory Layout
GitHub Actions only loads workflow entry files from:
.github/workflows/*.yml.github/workflows/*.yaml
Subdirectories are not valid locations for workflow entry files.
Repository convention:
- Keep runnable workflow entry files at
.github/workflows/root. - Keep cross-tooling/local CI scripts under
dev/orscripts/ci/when used outside Actions.
Workflow behavior documentation in this directory:
.github/workflows/master-branch-flow.md