CI: release windows no cgo (#112870)

* fix nocgo option

* set nocgo for windows and darwin
This commit is contained in:
Kevin Minehart
2025-10-23 16:12:07 +02:00
committed by GitHub
parent 9c676b3ae7
commit 6b2b9bd7c2
2 changed files with 7 additions and 4 deletions
+3
View File
@@ -103,5 +103,8 @@ func StdPackageFlags() []pipeline.Flag {
return JoinFlags(
distros,
names,
[]pipeline.Flag{
CGODisabledFlag,
},
)
}