clusterflux-public/examples/hello-build/README.md
Clusterflux release 3996d91ee0 Public release release-ffc6f14a3723
Source commit: ffc6f14a3723ea6aa513613a5406d737f21b201d

Public tree identity: sha256:a77575c31dda8de868bc8de91d94df55c46f0b028e755e56a8cce8e27f72a42b
2026-07-19 16:41:50 +02:00

571 B

Hello build

The primary Clusterflux example snapshots this project, compiles a real static C executable in the declared offline Linux environment, and publishes the executable as a retained artifact.

Run it with:

clusterflux bundle inspect --project examples/hello-build
clusterflux run --project examples/hello-build build
clusterflux artifact list --process <process-id>
clusterflux artifact download <artifact-id> --to ./hello-clusterflux
chmod +x ./hello-clusterflux
./hello-clusterflux

The final command prints hello from a real Clusterflux build.