Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
flux2
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
fluxcd
flux2
Commits
fb637ea9
Unverified
Commit
fb637ea9
authored
3 years ago
by
Stefan Prodan
Browse files
Options
Downloads
Patches
Plain Diff
Add the Helm CLI to the GitHub ARM64 runners setup
Signed-off-by:
Stefan Prodan
<
stefan.prodan@gmail.com
>
parent
e07558f5
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/runners/prereq.sh
+7
-0
7 additions, 0 deletions
.github/runners/prereq.sh
with
7 additions
and
0 deletions
.github/runners/prereq.sh
+
7
−
0
View file @
fb637ea9
...
@@ -21,6 +21,7 @@ set -eu
...
@@ -21,6 +21,7 @@ set -eu
KIND_VERSION
=
0.11.1
KIND_VERSION
=
0.11.1
KUBECTL_VERSION
=
1.21.2
KUBECTL_VERSION
=
1.21.2
KUSTOMIZE_VERSION
=
4.1.3
KUSTOMIZE_VERSION
=
4.1.3
HELM_VERSION
=
3.7.2
GITHUB_RUNNER_VERSION
=
2.285.1
GITHUB_RUNNER_VERSION
=
2.285.1
PACKAGES
=
"apt-transport-https ca-certificates software-properties-common build-essential libssl-dev gnupg lsb-release jq"
PACKAGES
=
"apt-transport-https ca-certificates software-properties-common build-essential libssl-dev gnupg lsb-release jq"
...
@@ -52,6 +53,12 @@ curl -Lo ./kustomize.tar.gz https://github.com/kubernetes-sigs/kustomize/release
...
@@ -52,6 +53,12 @@ curl -Lo ./kustomize.tar.gz https://github.com/kubernetes-sigs/kustomize/release
&&
rm
kustomize.tar.gz
&&
rm
kustomize.tar.gz
install
-o
root
-g
root
-m
0755 kustomize /usr/local/bin/kustomize
install
-o
root
-g
root
-m
0755 kustomize /usr/local/bin/kustomize
# install helm
curl
-Lo
./helm.tar.gz https://get.helm.sh/helm-v
${
HELM_VERSION
}
-linux-arm64
.tar.gz
\
&&
tar
-zxvf
helm.tar.gz
\
&&
rm
helm.tar.gz
install
-o
root
-g
root
-m
0755 linux-arm64/helm /usr/local/bin/helm
# download runner
# download runner
curl
-o
actions-runner-linux-arm64.tar.gz
-L
https://github.com/actions/runner/releases/download/v
${
GITHUB_RUNNER_VERSION
}
/actions-runner-linux-arm64-
${
GITHUB_RUNNER_VERSION
}
.tar.gz
\
curl
-o
actions-runner-linux-arm64.tar.gz
-L
https://github.com/actions/runner/releases/download/v
${
GITHUB_RUNNER_VERSION
}
/actions-runner-linux-arm64-
${
GITHUB_RUNNER_VERSION
}
.tar.gz
\
&&
tar
xzf actions-runner-linux-arm64.tar.gz
\
&&
tar
xzf actions-runner-linux-arm64.tar.gz
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment