Skip to content

Commit

Permalink
Add helm binary
Browse files Browse the repository at this point in the history
  • Loading branch information
cyxou committed Mar 3, 2024
1 parent 1730edb commit 6a2fe85
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@ build:
&& apt-get install -y nodejs \
&& npm install -g cdk8s-cli \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* \
&& curl -L -o helm-v3.14.2-linux-amd64.tar.gz https://get.helm.sh/helm-v3.14.2-linux-amd64.tar.gz \
&& tar -zxvf helm-v3.14.2-linux-amd64.tar.gz \
&& mv linux-amd64/helm /usr/local/bin/helm \
&& helm version

COPY +bun/bun /usr/local/bin/bun

Expand Down

0 comments on commit 6a2fe85

Please sign in to comment.