Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
H
helm3
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
helm3
Commits
5cb0eb5e
Commit
5cb0eb5e
authored
Dec 29, 2017
by
Matthew Fisher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add amd, ppc64le, and windows OS/architectures
parent
1e373043
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
get
scripts/get
+2
-2
No files found.
scripts/get
View file @
5cb0eb5e
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment