hack: move build opts to the dockerfile

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2026-01-12 09:45:52 +01:00
parent ffe9b27c99
commit 2012e4de35
4 changed files with 11 additions and 44 deletions
+1 -2
View File
@@ -14,8 +14,7 @@ BAKE_TARGETS := binaries binaries-cross lint lint-gopls validate-vendor validate
all: binaries
.PHONY: build
build:
./hack/build
build: binaries
.PHONY: shell
shell: