mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-26 11:03:34 +00:00
chore: enable CGO to be able to build fsevent required by updated compose on macOS
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user