Skip to content
Snippets Groups Projects
Verified Commit ebfc4287 authored by TheJoeCoder's avatar TheJoeCoder
Browse files

Un-dryrunify the build script

parent c1a67767
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment