Initial Commit
This commit is contained in:
9
build-commands.txt
Normal file
9
build-commands.txt
Normal 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 .
|
||||
Reference in New Issue
Block a user