Files
ctrld/cmd/cli/nocgo.go
Cuong Manh Le dc433f8dc9 cmd/cli: support nocgo version for upgrade command
linux/amd64 have the nocgo binary to support system where standard libc
missing.

If the current binary is a nocgo version, "ctrld upgrade" command must
honor the nocgo setting and download the right binary.
2025-02-18 20:25:13 +07:00

6 lines
55 B
Go

//go:build !cgo
package cli
const cgoEnabled = false