mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-06 03:13:48 +02:00
159211ae78
when building a go test without the `-c` flag like so: ```yaml builds: - command: test binary: env.test dir: ./internal/builders/golang no_main_check: true ``` will result in the error: `exit status 1: fork/exec : exec format error` adding the -c flags when not present in the flags adding unit test https://github.com/goreleaser/goreleaser/issues/4462 --------- Co-authored-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com> |
||
---|---|---|
.. | ||
buildtarget | ||
golang |