Add containerized xstow static build

This commit is contained in:
2025-10-06 20:01:17 -04:00
commit 0c704e4872
5 changed files with 73 additions and 0 deletions

8
docker-compose.yml Normal file
View File

@@ -0,0 +1,8 @@
services:
xstow-builder:
build:
context: .
volumes:
- ./build:/build
command: >
bash -c "cp /src/src/xstow-static /build/xstow"