Skip to content
Snippets Groups Projects
Commit 96ad49f6 authored by Philipp Heckel's avatar Philipp Heckel
Browse files

Make `build-simple` work again

parent 9752bd7c
No related branches found
No related tags found
No related merge requests found
...@@ -105,7 +105,8 @@ build-snapshot: build-deps ...@@ -105,7 +105,8 @@ build-snapshot: build-deps
goreleaser build --snapshot --rm-dist --debug goreleaser build --snapshot --rm-dist --debug
build-simple: clean build-simple: clean
mkdir -p dist/ntfy_linux_amd64 mkdir -p dist/ntfy_linux_amd64 server/docs
touch server/docs/dummy
export CGO_ENABLED=1 export CGO_ENABLED=1
go build \ go build \
-o dist/ntfy_linux_amd64/ntfy \ -o dist/ntfy_linux_amd64/ntfy \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment