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
b71a93e3
Commit
b71a93e3
authored
Dec 20, 2016
by
Nicolas Lamirault
Committed by
GitHub
Dec 20, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Split packages
Split helm and tiller packages.
parent
f80f468d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
Makefile
Makefile
+4
-4
No files found.
Makefile
View file @
b71a93e3
...
...
@@ -25,12 +25,11 @@ all: build
build
:
GOBIN
=
$(BINDIR)
$(GO)
install
$(GOFLAGS)
-tags
'
$(TAGS)
'
-ldflags
'
$(LDFLAGS)
'
k8s.io/helm/cmd/...
# usage: make
build-cross dist
VERSION=v2.0.0-alpha.3
# usage: make
clean build-cross dist APP=helm|tiller
VERSION=v2.0.0-alpha.3
.PHONY
:
build-cross
build-cross
:
LDFLAGS += -extldflags "-static"
build-cross
:
CGO_ENABLED
=
0 gox
-output
=
"_dist/{{.OS}}-{{.Arch}}/{{.Dir}}"
-osarch
=
'
$(TARGETS)
'
$(GOFLAGS)
-tags
'
$(TAGS)
'
-ldflags
'
$(LDFLAGS)
'
k8s.io/helm/cmd/helm
CGO_ENABLED
=
0 gox
-output
=
"_dist/{{.OS}}-{{.Arch}}/{{.Dir}}"
-osarch
=
'
$(TARGETS)
'
$(GOFLAGS)
-tags
'
$(TAGS)
'
-ldflags
'
$(LDFLAGS)
'
k8s.io/helm/cmd/tiller
CGO_ENABLED
=
0 gox
-output
=
"_dist/{{.OS}}-{{.Arch}}/{{.Dir}}"
-osarch
=
'
$(TARGETS)
'
$(GOFLAGS)
-tags
'
$(TAGS)
'
-ldflags
'
$(LDFLAGS)
'
k8s.io/helm/cmd/
$(APP)
.PHONY
:
dist
dist
:
...
...
@@ -39,7 +38,8 @@ dist:
$(DIST_DIRS)
cp
../LICENSE
{}
\;
&&
\
$(DIST_DIRS)
cp
../README.md
{}
\;
&&
\
$(DIST_DIRS)
tar
-zcf
helm-
${
VERSION
}
-
{}
.tar.gz
{}
\;
&&
\
$(DIST_DIRS)
zip
-r
helm-
${
VERSION
}
-
{}
.zip
{}
\;
\
$(DIST_DIRS)
zip
-r
helm-
${
VERSION
}
-
{}
.zip
{}
\;
&&
\
mv
$(APP)
-
${
VERSION
}
-
*
.
*
..
\
)
.PHONY
:
checksum
...
...
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