Merge pull request #117970 from kkkkun/replace_etcd_build_to_build.sh

replace etcd build to build.sh
This commit is contained in:
Kubernetes Prow Robot 2023-05-17 01:38:33 -07:00 committed by GitHub
commit 9f6f17b899
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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; \