Initial commit

This commit is contained in:
2026-04-17 13:53:44 +10:00
commit 1e29da45e6
4 changed files with 54 additions and 0 deletions

13
README.md Normal file
View File

@@ -0,0 +1,13 @@
# Solstice Builder
This script and Dockerfile will build a Solstice executable, statically linked with Ground, seperate from your environment. Perfect for building release builds.
## Using
```
bash script.sh
```
Use `sudo` if your Docker requires root.
The `solstice` binary will be produced for Linux running on your host architecture.