Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ARM
k8s
Kured
Commits
4a3f6e95
Commit
4a3f6e95
authored
Jul 17, 2018
by
Adam Harrison
Browse files
Tweak kured BUILD
parent
1d8f10e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
cmd/kured/BUILD.bazel
View file @
4a3f6e95
...
...
@@ -26,5 +26,19 @@ go_library(
go_binary
(
name
=
"kured"
,
embed
=
[
":go_default_library"
],
goarch
=
"amd64"
,
goos
=
"linux"
,
pure
=
"on"
,
visibility
=
[
"//visibility:public"
],
)
load
(
"@io_bazel_rules_docker//go:image.bzl"
,
"go_image"
)
go_image
(
name
=
"image"
,
embed
=
[
":go_default_library"
],
goarch
=
"amd64"
,
goos
=
"linux"
,
pure
=
"on"
,
visibility
=
[
"//visibility:public"
],
)
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