Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
1105 Внедрение механизмов обеспечения безопасности цепочки поставки программных проектов
Legacy
scanned-projects
helm
Commits
70192cda
Unverified
Commit
70192cda
authored
7 years ago
by
Justin Scott
Committed by
GitHub
7 years ago
Browse files
Options
Download
Plain Diff
Merge pull request #3305 from bacongobbler/add-amd-arch-to-get
add amd, ppc64le, and windows OS/architectures
parents
f652f453
5cb0eb5e
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/get
+2
-2
scripts/get
with
2 additions
and
2 deletions
+2
-2
scripts/get
+
2
−
2
View file @
70192cda
...
@@ -60,9 +60,9 @@ runAsRoot() {
...
@@ -60,9 +60,9 @@ runAsRoot() {
# verifySupported checks that the os/arch combination is supported for
# verifySupported checks that the os/arch combination is supported for
# binary builds.
# binary builds.
verifySupported
()
{
verifySupported
()
{
local
supported
=
"
linux-amd64
\n
darwin-amd64
\n
linux-386
"
local
supported
=
"
darwin-386
\n
darwin-amd64
\n
linux-386
\n
linux-amd64
\n
linux-arm
\n
linux-arm64
\n
linux-ppc64le
\n
windows-386
\n
windows-amd64
"
if
!
echo
"
${
supported
}
"
|
grep
-q
"
${
OS
}
-
${
ARCH
}
"
;
then
if
!
echo
"
${
supported
}
"
|
grep
-q
"
${
OS
}
-
${
ARCH
}
"
;
then
echo
"No prebuil
d
binary for
${
OS
}
-
${
ARCH
}
."
echo
"No prebuil
t
binary for
${
OS
}
-
${
ARCH
}
."
echo
"To build from source, go to https://github.com/kubernetes/helm"
echo
"To build from source, go to https://github.com/kubernetes/helm"
exit
1
exit
1
fi
fi
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
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
Menu
Explore
Projects
Groups
Topics
Snippets