From ae316f5a4ec8cc8ba29b1bc22b3e563812cb494b Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 29 Oct 2025 00:16:18 -0500 Subject: use the git version in the binary itself. fix BuildDate --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 82a4cb2..43993eb 100644 --- a/Makefile +++ b/Makefile @@ -4,8 +4,8 @@ VERSION = $(shell git describe --tags) BUILDTIME = $(shell date +%s) run: clean goimports vet install - # go-deb --buildversion "4" - VERBOSE=true go-deb --keep-files --arch riscv64 --buildversion "4" + VERBOSE=true go-deb --keep-files --buildversion "4" + # VERBOSE=true go-deb --keep-files --arch riscv64 --buildversion "4" # builds a .deb of go-deb and writes the file here in this directory deb.default: -- cgit v1.2.3