We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63d62e3 commit 698ef13Copy full SHA for 698ef13
.devcontainer/Dockerfile
@@ -3,5 +3,4 @@ FROM mcr.microsoft.com/devcontainers/go:0-1.19-bullseye
3
ARG TARGETOS
4
ARG TARGETARCH
5
6
-RUN curl -L -o devspace "https://github.com/loft-sh/devspace/releases/latest/download/devspace-linux-${TARGETARCH}" && install -c -m 0755 devspace /usr/local/bin
7
RUN curl -L -o kind "https://kind.sigs.k8s.io/dl/v0.17.0/kind-linux-${TARGETARCH}" && install -c -m 0755 kind /usr/local/bin
0 commit comments