diff --git a/projects/github.com/cloudbase/garm/package.yml b/projects/github.com/cloudbase/garm/package.yml index 853871c2..703a5ad6 100644 --- a/projects/github.com/cloudbase/garm/package.yml +++ b/projects/github.com/cloudbase/garm/package.yml @@ -11,7 +11,10 @@ build: dependencies: go.dev: ^1.20 env: - CGO_ENABLED: 0 + # + # Jun 10 13:32:43 github-actions-runner-manager pkgx[8965]: time=2024-06-10T13:32:43.011Z level=INFO msg="creating DB connection: connecting to database: Binary was compiled with 'CGO_ENABLED=0', go-sqlite3 requires cgo to work. This is a stub" + # + CGO_ENABLED: 1 GO_LDFLAGS: - -s - -w