No description
podman-compose does not populate BUILDPLATFORM/TARGETARCH build args, so the platform-detection logic always fell back to x86_64 — even on arm64. This caused cc-rs to look for 'x86_64-linux-gnu-gcc' instead of 'gcc'. Replace the entire cross-compile scaffolding with a plain native build: cargo build --release (no --target) Cargo targets the host platform automatically. If cross-compilation is ever needed it can be reintroduced with a properly-tested setup. https://claude.ai/code/session_01FKCW3FDjNFj6jve4niMFXH |
||
|---|---|---|
| builder | ||
| docs | ||
| infra | ||
| proxy | ||
| scripts | ||
| server | ||
| .dockerignore | ||
| .env.example | ||
| .gitattributes | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| README.md | ||
Be in control of YOUR apps and YOUR data
Features
- Deploy ANY containerized apps in seconds
- Builtin security
- Builtin postgres
- Uses podman for app isolation
- Runs on your hardware (linux vm/host)
- Integrate with git using github webhooks or add your own git remote
- automatic redeployment after git push
- Builtin ssl. Automatically provisioned using let's encrypt.