Commit graph

3 commits

Author SHA1 Message Date
Breadway
e073a17353 ci: package bread-emit and bread-module-host on all tracks
Some checks failed
check / check (push) Failing after 33s
dev release / build (push) Failing after 1m7s
bakery.toml already lists all four binaries; copy, hash, and GitHub
Release upload them. release.yml clones bread-ecosystem via mktemp like
dev/rc so concurrent runner jobs do not race on /tmp/bread-ecosystem-ci.
2026-08-23 14:38:52 +08:00
Breadway
cdd5de8f58 CI: migrate to bread-ecosystem's shared Arch build image
All checks were successful
dev release / build (push) Successful in 3m7s
beta (rc) release / build (push) Has been skipped
release / build (push) Successful in 2m24s
Routes the release build/test steps and a new fast pre-release
check.yml through ci/build.sh, which delegates to bread-ecosystem's
pinned shared Containerfile/build.sh instead of building against
whatever the bare hestia runner happens to have installed. Follows
the pattern already proven in breadpad. No extra ci/deps.txt: bread's
system_deps (systemd-libs, openssl, zlib) are all already pulled in
transitively by the shared image's base + git packages.
2026-08-15 22:33:23 +08:00
Breadway
b00e145a93 CI: single-trunk model — dev triggers on main, beta becomes RC-tag-triggered
Replaces the dev/beta branch split with one trunk (main): dev-track
builds still publish on every push, but the beta track now publishes
from a vX.Y.Z-rc.N prerelease tag instead of a separately-maintained
beta branch. Removes the branch nobody reliably kept in sync.
2026-07-31 11:05:29 +08:00
Renamed from .forgejo/workflows/beta-release.yml (Browse further)