mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-12-10 13:40:57 -05:00
bazel: build both cli variants as part of devbuild
This commit is contained in:
parent
c62e54831b
commit
26bc653d0e
8 changed files with 77 additions and 5 deletions
|
|
@ -57,3 +57,15 @@ go_binary(
|
|||
"enterprise",
|
||||
]
|
||||
]
|
||||
|
||||
alias(
|
||||
name = "cli_edition_host",
|
||||
actual = select(
|
||||
{
|
||||
"//bazel/settings:cli_edition_enterprise": ":cli_enterprise_host",
|
||||
"//bazel/settings:cli_edition_oss": ":cli_oss_host",
|
||||
"//conditions:default": ":cli_oss_host",
|
||||
},
|
||||
),
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue