mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-02 06:16:08 -04: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
|
@ -46,13 +46,14 @@ cd build
|
|||
# and symlink them into the current directory
|
||||
# also push the built container images
|
||||
# After the first run, set the pushed imaged to public.
|
||||
bazel run //:devbuild --container_prefix=ghcr.io/USERNAME/constellation
|
||||
bazel run //:devbuild --cli_edition=oss --container_prefix=ghcr.io/USERNAME/constellation
|
||||
./constellation ...
|
||||
```
|
||||
|
||||
Overwrite the default container_prefix in the `.bazeloverwriterc` in the root of the workspace:
|
||||
```bazel
|
||||
# cat .bazeloverwriterc
|
||||
build --cli_edition=oss
|
||||
build --container_prefix=ghcr.io/USERNAME/constellation
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue