Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
6cd73690
Commit
6cd73690
authored
Dec 14, 2015
by
k8s-merge-robot
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #18669 from luxas/kube2sky_remove_amd_only
Auto commit by PR queue bot
parents
47aece40
cff9c2f9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Makefile
cluster/addons/dns/kube2sky/Makefile
+1
-1
No files found.
cluster/addons/dns/kube2sky/Makefile
View file @
6cd73690
...
@@ -10,7 +10,7 @@ PREFIX = gcr.io/google_containers
...
@@ -10,7 +10,7 @@ PREFIX = gcr.io/google_containers
all
:
container
all
:
container
kube2sky
:
kube2sky.go
kube2sky
:
kube2sky.go
GOOS
=
linux
GOARCH
=
amd64
CGO_ENABLED
=
0 godep go build
-a
-installsuffix
cgo
--ldflags
'-w'
./kube2sky.go
GOOS
=
linux
CGO_ENABLED
=
0 godep go build
-a
-installsuffix
cgo
--ldflags
'-w'
./kube2sky.go
container
:
kube2sky
container
:
kube2sky
docker build
-t
$(PREFIX)
/kube2sky:
$(TAG)
.
docker build
-t
$(PREFIX)
/kube2sky:
$(TAG)
.
...
...
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