From 09e7fcfe4bbcfd4aa55549abfee7f81bf9a5dce7 Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Sun, 19 Jan 2025 13:53:36 -0500 Subject: Earthfile: give up for now, git commits are fine Signed-off-by: Xe Iaso --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index 124fddf..5002c36 100644 --- a/Earthfile +++ b/Earthfile @@ -27,7 +27,7 @@ everything: FROM +deps COPY . . - ARG VERSION=$(git describe --tags) + ARG VERSION=$(git describe --tags --always --dirty) RUN mkdir -p bin RUN --mount=type=cache,target=/root/.cache GOBIN=$(pwd)/bin go install -ldflags="-X within.website/x.Version="${VERSION} ./... -- cgit v1.2.3