You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Makefile: force build limactl if the build variables in the limactl binary is different from the current GO build variables.
The variables being checked from `go version -m _output/bin/limactl`:
- `GOVERSION`
- `CGO*`
- `GO*`
- `-ldflags`
are compared to output of `CGO_ENABLED=1 go env <variables>` and `$(LDFLAGS)`.
If it differs, `limactl` will be force build.
This is required to using `make artifact*`.
Signed-off-by: Norio Nomura <[email protected]>
0 commit comments