We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2060555 commit 15cc585Copy full SHA for 15cc585
scripts/build/plugins
@@ -15,5 +15,5 @@ for p in cli-plugins/examples/* "$@" ; do
15
mkdir -p "$(dirname "${TARGET_PLUGIN}")"
16
17
echo "Building $GO_LINKMODE $(basename "${TARGET_PLUGIN}")"
18
- (set -x ; CGO_ENABLED=0 GO111MODULE=auto go build -o "${TARGET_PLUGIN}" -tags "${GO_BUILDTAGS}" -ldflags "${GO_LDFLAGS}" "github.com/docker/cli/${p}")
+ (set -x ; CGO_ENABLED=0 GO111MODULE=auto go build -o "${TARGET_PLUGIN}" -tags "${GO_BUILDTAGS}" -ldflags "${GO_LDFLAGS}" ${GO_BUILDMODE} "github.com/docker/cli/${p}")
19
done
0 commit comments