Commit Graph

5 Commits

Author SHA1 Message Date
3e70200c66 feat: replace rsutls
Some checks failed
Release / release (push) Failing after 3m9s
2026-03-20 16:06:12 +01:00
536157c5f5 feat: mise should run in build
Some checks failed
Release / release (push) Failing after 5s
2026-03-20 15:52:10 +01:00
6a49c1eedc fix: add ca-certificates and pkg-config to release Dockerfile
Some checks failed
Release / release (push) Failing after 1m10s
Add missing ca-certificates (for curl/mise install), pkg-config and
libssl-dev (for cargo builds). Remove redundant cargo tool from
mise.toml since it ships with rust.
2026-03-20 15:47:08 +01:00
b8424d595b fix: install mise to /usr/local/bin in release Dockerfile
Some checks failed
continuous-integration/drone/push Build encountered an error
Release / release (push) Failing after 6s
Use MISE_INSTALL_PATH to place mise on the default PATH, fixing
"mise: not found" in Docker builds.
2026-03-20 15:31:01 +01:00
e10ff5d9fc feat: add release Docker image and Gitea Actions workflow
Some checks failed
continuous-integration/drone/push Build encountered an error
Release / release (push) Failing after 1m6s
Add Dockerfile.release using mise to install toolchain, Gitea Actions
workflow with snapshot dry-run on main pushes and full release on tags,
and mise release-docker task for local testing.
2026-03-20 15:28:00 +01:00