| commit | 371faaca47a77fa1c567f26c082a1d8e9c7ce30f | [log] [tgz] |
|---|---|---|
| author | Jan Schär <jan@monogon.tech> | Thu Jul 17 14:02:58 2025 +0200 |
| committer | Jan Schär <jan@monogon.tech> | Thu Jul 17 12:30:25 2025 +0000 |
| tree | fee968b5e3263f9fde87d01cf0f75c06aaae039b | |
| parent | 7d1538f30cda018f55303fb1a76a8ddf3286990a [diff] |
m/cli/metroctl: add multiplatform metroctl target This adds a target which builds metroctl for multiple platforms. Because this target will be built with "bazel test //...", we no longer need to explicitly test building metroctl for various platforms in CI. Building fails with --config=race; I added a target_compatible_with so the target is skipped in this case. Change-Id: Ib747233bc8442af5f947d35289d36ddd147b7953 Reviewed-on: https://review.monogon.dev/c/monogon/+/4439 Tested-by: Jenkins CI Reviewed-by: Tim Windelschmidt <tim@monogon.tech>
This is the main repository containing the source code for the Monogon Platform.
This is pre-release software - take a look, and check back later! In the meantime, join us on Matrix (#monogon-os-community:matrix.org) or Discord.
Our build environment is self-contained and requires only minimal host dependencies:
/dev/kvm (if you want to run tests).Our docs assume that Bazelisk is available as bazel on your PATH.
Refer to SETUP.md for detailed instructions.
The source code lives in //metropolis (Metropolis is the codename of Monogon OS).
See the //metropolis/README.md for a developer quick start guide, or see the Monogon OS Handbook for user documentation.