mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-10 20:42:26 +00:00
replace build to build.sh
Signed-off-by: kkkkun <scuzk373x@gmail.com>
This commit is contained in:
parent
02659772cb
commit
655f2f7401
@ -171,7 +171,7 @@ else
|
||||
"git clone https://github.com/coreos/etcd $$etcd_build_dir \
|
||||
&& cd $$etcd_build_dir \
|
||||
&& git checkout v$${version} \
|
||||
&& $(arch_prefix) GOARCH=$(ARCH) ./build \
|
||||
&& $(arch_prefix) GOARCH=$(ARCH) ./build.sh \
|
||||
&& cp -f bin/$(ARCH)/etcd* bin/etcd* /etcdbin; echo 'done'"; \
|
||||
$(BIN_INSTALL) $$etcd_release_tmp_dir/etcd $$etcd_release_tmp_dir/etcdctl $(TEMP_DIR)/; \
|
||||
$(BIN_INSTALL) $(TEMP_DIR)/etcd $(TEMP_DIR)/etcd-$$version; \
|
||||
|
Loading…
Reference in New Issue
Block a user