File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ PORT ?= 8000
21
21
ROOT = $(shell pwd)
22
22
BIN_DIR = ${ROOT}/bin
23
23
BIN ?= trident_orchestrator
24
+ TARBALL_BIN ?= trident
24
25
CLI_BIN ?= tridentctl
25
26
CLI_PKG ?= github.com/netapp/trident/cli
26
27
K8S ?= ""
@@ -149,7 +150,7 @@ dist_tar:
149
150
@cp ${BIN_DIR} /${CLI_BIN} /tmp/trident-installer/
150
151
@cp -a extras /tmp/trident-installer/
151
152
@mkdir -p /tmp/trident-installer/extras/bin
152
- @cp ${BIN_DIR} /${BIN} /tmp/trident-installer/extras/bin
153
+ @cp ${BIN_DIR} /${BIN} /tmp/trident-installer/extras/bin/ ${TARBALL_BIN}
153
154
@cp launcher/docker-build/launcher /tmp/trident-installer/extras/bin
154
155
-rm -rf /tmp/trident-installer/setup/backend.json /tmp/trident-installer/extras/container-tools
155
156
@rm -rf /tmp/trident-installer/extras/external-etcd/etcd-copy
You can’t perform that action at this time.
0 commit comments