area/buildhelp wantedkind/requirement
Repository metrics
- Stars
- (28,490 stars)
- PR merge metrics
- (Avg merge 8d 17h) (74 merged PRs in 30d)
Description
Is your feature request related to a problem? Please describe. I would like to compile binaries without installing docker. I already am in a docker environment with go and I would like to avoid creating a DinD for that. I wish to migrate my complete infrastructure to podman and get rid of Docker.
Describe the solution you'd like An option to compile binaries from a local go environment.
Describe the main design/architecture of your solution
Ideally, the compile flags in the makefile should provide a way to use a local go environment instead of downloading a remote go image.