mirror of
https://github.com/project-zot/zot.git
synced 2026-06-17 04:48:26 +08:00
build: add build tags to create customizable binaries
This commit is contained in:
@@ -11,6 +11,7 @@ go_library(
|
||||
go_binary(
|
||||
name = "zot",
|
||||
embed = [":go_default_library"],
|
||||
gotags = ["extended"],
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user