diff options
| author | Xe Iaso <me@xeiaso.net> | 2025-01-19 13:23:32 -0500 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2025-01-19 13:23:32 -0500 |
| commit | 611051e097c7ff80a20024558adf09a0788d43e2 (patch) | |
| tree | 1752abf2ae05bb063a345fffa5eccc2255552b6d | |
| parent | 7d4966f904485a3e18227bf607ae67753e18860c (diff) | |
| download | x-611051e097c7ff80a20024558adf09a0788d43e2.tar.xz x-611051e097c7ff80a20024558adf09a0788d43e2.zip | |
Earthfile: simplify the tag
Signed-off-by: Xe Iaso <me@xeiaso.net>
| -rw-r--r-- | Earthfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ everything: FROM +deps COPY . . - ARG VERSION=$(git describe --tags --always --dirty) + ARG VERSION=$(git describe --tags) RUN mkdir -p bin RUN --mount=type=cache,target=/root/.cache GOBIN=$(pwd)/bin go install -ldflags="-X within.website/x.Version="${VERSION} ./... |
