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 ./