area/buildhelp wantedkind/requirement
Repository metrics
- Stars
- (28,490 個のスター)
- PR merge metrics
- (平均マージ 8d 17h) (30d で 74 merged PRs)
説明
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.