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
a57aa3cd
Commit
a57aa3cd
authored
Sep 07, 2016
by
Adam Reese
Committed by
GitHub
Sep 07, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1147 from adamreese/feat/helm-bin
feat(release): remove tiller from cross compile
parents
ce4ae51e
8d44ed0d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Makefile
Makefile
+1
-1
No files found.
Makefile
View file @
a57aa3cd
...
@@ -23,7 +23,7 @@ build:
...
@@ -23,7 +23,7 @@ build:
.PHONY
:
build-cross
.PHONY
:
build-cross
build-cross
:
build-cross
:
gox
-output
=
"_dist/{{.OS}}-{{.Arch}}/{{.Dir}}"
-os
=
"darwin linux windows"
-arch
=
"amd64 386"
$(GOFLAGS)
-tags
'
$(TAGS)
'
-ldflags
'
$(LDFLAGS)
'
k8s.io/helm/cmd/
...
gox
-output
=
"_dist/{{.OS}}-{{.Arch}}/{{.Dir}}"
-os
=
"darwin linux windows"
-arch
=
"amd64 386"
$(GOFLAGS)
-tags
'
$(TAGS)
'
-ldflags
'
$(LDFLAGS)
'
k8s.io/helm/cmd/
helm
# usage: make dist VERSION=v2.0.0-alpha.3
# usage: make dist VERSION=v2.0.0-alpha.3
.PHONY
:
dist
.PHONY
:
dist
...
...
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