mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-12 21:36:24 +00:00
Merge pull request #117970 from kkkkun/replace_etcd_build_to_build.sh
replace etcd build to build.sh
This commit is contained in:
commit
9f6f17b899
@ -171,7 +171,7 @@ else
|
|||||||
"git clone https://github.com/coreos/etcd $$etcd_build_dir \
|
"git clone https://github.com/coreos/etcd $$etcd_build_dir \
|
||||||
&& cd $$etcd_build_dir \
|
&& cd $$etcd_build_dir \
|
||||||
&& git checkout v$${version} \
|
&& 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'"; \
|
&& 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) $$etcd_release_tmp_dir/etcd $$etcd_release_tmp_dir/etcdctl $(TEMP_DIR)/; \
|
||||||
$(BIN_INSTALL) $(TEMP_DIR)/etcd $(TEMP_DIR)/etcd-$$version; \
|
$(BIN_INSTALL) $(TEMP_DIR)/etcd $(TEMP_DIR)/etcd-$$version; \
|
||||||
|
Loading…
Reference in New Issue
Block a user