mirror of
https://github.com/project-zot/zot.git
synced 2026-06-15 20:07:55 +08:00
Manage builds with different combinations of extensions
Files were added to be built whether an extension is on or off. New build tags were added for each extension, while minimal and extended disappeared. added custom binary naming depending on extensions used and changed references from binary to binary-extended added automated blackbox tests for sync, search, scrub, metrics added contributor guidelines Signed-off-by: Alex Stan <alexandrustan96@yahoo.ro>
This commit is contained in:
committed by
Ramkumar Chinchani
parent
616d5f8a6d
commit
ada21ed842
+2
-2
@@ -1,5 +1,5 @@
|
||||
//go:build extended
|
||||
// +build extended
|
||||
//go:build ui_base || search
|
||||
// +build ui_base search
|
||||
|
||||
package cli
|
||||
|
||||
|
||||
Reference in New Issue
Block a user