Extremely fast and lightweight HTTP server for code execution written in Rust, used for Codebattle.
- High-performance code execution server
- Lightweight and efficient
- Multi-architecture support (amd64 + arm64)
Build both amd64 and arm64 images into a single manifest:
make buildPush the built images to GHCR:
make push