build tag to exclude mainnet genesis from prysmctl (#12244)

Co-authored-by: Kasey Kirkham <kasey@users.noreply.github.com>
Co-authored-by: james-prysm <90280386+james-prysm@users.noreply.github.com>
This commit is contained in:
kasey
2023-04-06 14:45:35 -05:00
committed by GitHub
parent d257ef1742
commit f4307a902c
4 changed files with 29 additions and 12 deletions

View File

@@ -110,5 +110,6 @@ docker_push(
go_binary(
name = "prysmctl",
embed = [":go_default_library"],
gotags = ["noMainnetGenesis"],
visibility = ["//visibility:public"],
)