Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: Rename 'release' to 'linux-release'
We currently only release embedded binaries on linux, and for Windows/macOS, the binaries would be built with the wrong flags anyway (they are missing -X '$(REPOPATH)/pkg/crc/version.installerBuild=true'). Renaming the target 'linux-release' should make this clearer. The target is also changed to only built linux binaries/to only run linting on linux. A new 'release' target is added which will call linux-release/macos-release-binary/windows-release-binary/check to make it more clear what gets built in this target. It's also needed by our various CIs
- Loading branch information