Skip to content

Commit

Permalink
Also upload debs to bin/$OS/$ARCH
Browse files Browse the repository at this point in the history
  • Loading branch information
ixdy committed Apr 28, 2017
1 parent d4ece0a commit f0e0a27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ filegroup(
"//build:docker-artifacts-and-hashes",
"//build:node-targets-and-hashes",
"//build:server-targets-and-hashes",
"//build/debs:debs-and-hashes",
],
visibility = ["//visibility:private"],
)
Expand Down
3 changes: 2 additions & 1 deletion build/debs/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@ package(default_visibility = ["//visibility:public"])

load("@bazel_tools//tools/build_defs/pkg:pkg.bzl", "pkg_tar", "pkg_deb")
load("@io_kubernetes_build//defs:deb.bzl", "k8s_deb", "deb_data")
load("@io_kubernetes_build//defs:build.bzl", "release_filegroup")

# We do not include kube-scheduler, kube-controller-manager,
# kube-apiserver, and kube-proxy in this list even though we
# produce debs for them. We recommend that they be run in docker
# images. We use the debs that we produce here to build those
# images.
filegroup(
release_filegroup(
name = "debs",
srcs = [
":kubeadm.deb",
Expand Down

0 comments on commit f0e0a27

Please sign in to comment.