1
0

Initial Commit

This commit is contained in:
2025-11-07 13:43:26 -05:00
commit b2c65553a6
9 changed files with 1906 additions and 0 deletions

9
build-commands.txt Normal file
View File

@@ -0,0 +1,9 @@
# Docker Build Commands
## Build and push multi-platform image (AMD64 + ARM64)
docker buildx build --platform linux/amd64,linux/arm64 -t ghcr.io/sethwv/ws4kp-to-hls:latest --push .
## Build without pushing (for testing)
docker buildx build --platform linux/amd64,linux/arm64 -t ghcr.io/sethwv/ws4kp-to-hls:latest .