From b583e089bc83d6a787c66aabab0d9750b13ba020 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 11:25:16 -0700 Subject: [PATCH] move etcdctl to /usr/bin (#59) (#61) (cherry picked from commit 96372c7ec02cef74ef01f39ab959865e85915e65) Co-authored-by: Nianyu Shen --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index 4784b96..d43a122 100644 --- a/Earthfile +++ b/Earthfile @@ -157,7 +157,7 @@ provider-image: RUN luet install -y k8s/$K8S_DISTRIBUTION@$BASE_K8S_VERSION && luet cleanup RUN rm -f /etc/ssh/ssh_host_* /etc/ssh/moduli - COPY (+download-etcdctl/etcdctl) /usr/local/bin/ + COPY (+download-etcdctl/etcdctl) /usr/bin/ RUN touch /etc/machine-id \ && chmod 444 /etc/machine-id