From caed68ff25d0755c24645b36157e99eddf231db3 Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Fri, 10 Feb 2023 03:45:20 +0100 Subject: [PATCH] just --- Justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Justfile b/Justfile index c4ae778..683222d 100644 --- a/Justfile +++ b/Justfile @@ -10,7 +10,7 @@ dev: export RAW_DOMAIN=raw.localhost.mock.directory export PORT=4430 export LOG_LEVEL=trace - go run -tags 'sqlite sqlite_unlock_notify netgo' . + go run -tags '{{TAGS}}' . build: CGO_ENABLED=1 go build -tags '{{TAGS}}' -ldflags '-s -w {{CGO_FLAGS}}' -v -o build/codeberg-pages-server ./