diff --git a/build.sh b/build.sh index 11a492457716a10ff59a93b5a5cb627e8d5f1278..e7ed7d3904ecafdff1ba3b10bc74433d80344698 100644 --- a/build.sh +++ b/build.sh @@ -2,7 +2,7 @@ imagename="ndi-discovery" # build <os/arch string> <name> function build() { - echo docker buildx build --platform $1 -f $2.dockerfile -t $imagename:$2 . + docker buildx build --platform $1 -f $2.dockerfile -t $imagename:$2 . } # AMD64 image