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

Add extra args config option

parent 007412ac
Branches
No related tags found
No related merge requests found
imagename="ndi-discovery"
imagename="radialbog9/ndi-directory-service"
extra_args="--push"
# build <os/arch string> <name>
function build() {
docker buildx build --platform $1 -f $2.dockerfile -t $imagename:$2 .
docker buildx build --platform $1 -f $2.dockerfile -t $imagename:$2 . $extra_args
}
# AMD64 image
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment