Disable cgo in Makefile
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Elara 2023-05-24 12:08:40 -07:00
parent 921555b0db
commit d144a7f758

View File

@ -1,7 +1,7 @@
PREFIX ?= /usr/local PREFIX ?= /usr/local
lure: internal/config/version.txt lure: internal/config/version.txt
go build CGO_ENABLED=0 go build
clean: clean:
rm -f lure rm -f lure