From ebfc4287344849d407acea96102e11ad6e658e2e Mon Sep 17 00:00:00 2001 From: TheJoeCoder <joe@radialbog9.uk> Date: Mon, 10 Jul 2023 19:20:15 +0100 Subject: [PATCH] Un-dryrunify the build script --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 11a4924..e7ed7d3 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 -- GitLab