clusterflux-public/examples/hello-build/README.md
Clusterflux release 94d1716637 Public release release-f8ee5fc25a1d
Source commit: f8ee5fc25a1d0fed1e59b3f34d534b395bf34dad

Public tree identity: sha256:a428db3c520f7c0779135e36a841a5102ed26070519b696a146dbfa54514bd52
2026-07-19 15:51:02 +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.