nullsenseN
ZITADEL2y ago
5 replies
nullsense

Compile / Build with CGO_ENABLED=0

I would like to run the Makefile target
compile
(which uses the
compile_pipeline
target for running the build command) but with
CGO_ENABLED=1
instead of
CGO_ENABLED=0
. Doing so fails to run without any logs to tell me why. Does anyone have insight as to why this might be and how I could fix this?
Was this page helpful?