Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add k9s package (brioche-dev#56)
* feat: Add buildParams and packagePath options to GoBuildOptions interface The commit adds new options to the `GoBuildOptions` interface in the `go` package. The `buildParams` option allows specifying build parameters such as running `go generate` before building and passing ldflags to the `go install` command. The `packagePath` option allows setting the package path to build. This change enhances the flexibility and customization of the `goInstall` function. Signed-off-by: jaudiger <[email protected]> * feat: Add ldflagsWrapper function for escaping ldflags in shell commands and prefer to use env var when possible Signed-off-by: jaudiger <[email protected]> * feat: Add k9s package This commit adds the `brioche.lock` and `project.bri` files for the `k9s` package. Signed-off-by: jaudiger <[email protected]> * chore: Update ldflags in K9s project.bri file Signed-off-by: jaudiger <[email protected]> --------- Signed-off-by: jaudiger <[email protected]>
- Loading branch information