chore: enable CGO to be able to build fsevent required by updated compose on macOS

This commit is contained in:
Pasha Sviderski
2025-11-20 08:06:26 +10:00
parent 9ddcbd6de0
commit e30ea89990
+2 -1
View File
@@ -16,7 +16,8 @@ builds:
main: ./cmd/uncloud
binary: uncloud
env:
- CGO_ENABLED=0
# Use CGO to be able to build fsevent required by compose on macOS.
- CGO_ENABLED={{ if eq .Os "darwin" }}1{{ else }}0{{ end }}
goos:
- darwin
- linux