solstice-ci/.mise/tasks/build/workflow-runner
Till Wegmueller 0b54881558
Add support for multi-OS VM builds with cross-built runners and improved local development tooling
This commit introduces:
- Flexible runner URL configuration via `SOLSTICE_RUNNER_URL(S)` for cloud-init.
- Automated detection of OS-specific runner binaries during VM boot.
- Tasks for cross-building, serving, and orchestrating Solstice runners.
- End-to-end VM build flows for Linux and Illumos environments.
- Enhanced orchestration with multi-runner HTTP serving and log streaming.
2025-11-01 14:31:48 +01:00

4 lines
No EOL
107 B
Bash
Executable file

#!/usr/bin/env bash
set -euo pipefail
# Build the workflow-runner crate
exec cargo build -p workflow-runner