mirror of
https://github.com/BretFisher/shpod.git
synced 2026-02-14 13:09:50 +00:00
fix krew install
This commit is contained in:
@@ -99,7 +99,7 @@ RUN echo krew; case ${TARGETPLATFORM} in \
|
||||
esac \
|
||||
&& mkdir /tmp/krew \
|
||||
&& cd /tmp/krew \
|
||||
&& curl -sSL https://github.com/kubernetes-sigs/krew/releases/latest/download/krew.tar.gz \
|
||||
&& curl -sSL https://github.com/kubernetes-sigs/krew/releases/latest/download/krew-linux_${ARCH}.tar.gz \
|
||||
| tar -zxf- \
|
||||
&& ./krew-linux_${ARCH} install krew \
|
||||
&& cd \
|
||||
|
||||
Reference in New Issue
Block a user