From 2012e4de355304c3fb590157722e6b5b3f266876 Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Mon, 12 Jan 2026 09:45:24 +0100 Subject: [PATCH] hack: move build opts to the dockerfile Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> --- Dockerfile | 19 ++++++++++--------- Makefile | 3 +-- hack/build | 17 ----------------- hack/git-meta | 16 ---------------- 4 files changed, 11 insertions(+), 44 deletions(-) delete mode 100755 hack/build delete mode 100755 hack/git-meta diff --git a/Dockerfile b/Dockerfile index 941b8863c..1d46c5084 100644 --- a/Dockerfile +++ b/Dockerfile @@ -71,9 +71,11 @@ EOF FROM gobase AS buildx-version RUN --mount=type=bind,target=. <" - exit 1 - ;; -esac