Skip to content

Commit abb0f05

Browse files
update build instruction
1 parent 2e7a38b commit abb0f05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/BuildAndDebugProcess.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Be aware that the file coming from the frontend build are copied to backend/stat
44

55
To build base image for amd64 and arm64:
66

7-
docker buildx build --platform linux/amd64 -t webmultimedia/http-streaming-server-baseimage:1.0.4 -f backend/Dockerfile.baseimage .
7+
docker buildx build --push --platform linux/amd64,linux/arm64 -t webmultimedia/http-streaming-server-baseimage:1.0.5 -f backend/Dockerfile.baseimage .
88

99
DEBUG BUILD
1010
-------------------

0 commit comments

Comments
 (0)