New review comment by ahesford on void-packages repository https://github.com/void-linux/void-packages/pull/29326#discussion_r592844900 Comment: The original `docker` template had to build multiple components in its custom `do_build`. Have you tried using the stanard `do_build` from the `go` build style? All the `make dynbinary` target does is call a script which sources an environment and then calls `go build`. You might be able just to the necessary variables directly here and use the standard behavior.