mirror of
https://github.com/koush/scrypted.git
synced 2026-02-09 00:39:56 +00:00
8 lines
431 B
Bash
Executable File
8 lines
431 B
Bash
Executable File
# docker buildx create --name mybuild
|
|
# docker buildx use mybuild
|
|
|
|
docker buildx build -f Dockerfile.opencv --tag koush/node-opencv:16 --platform linux/amd64,linux/arm64,linux/armhf .
|
|
docker buildx build -f Dockerfile.common --tag koush/scrypted-common:16 --platform linux/amd64,linux/arm64,linux/armhf .
|
|
docker buildx build -f Dockerfile --tag koush/scrypted:16 --platform linux/amd64,linux/arm64,linux/armhf .
|
|
|