You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now goreleaser has it's own built binary so we just copy it over into the docker image but then we have some duplication so we have 2 Dockerfiles. (one for local builds and one for releaser builds)
The text was updated successfully, but these errors were encountered:
I took a look at goreleaser, looks like as we are using cgo its making it a little more complicated. We can either add a lot more lines of code to the gorelaser yml file, or keep the docker file as is. See https://goreleaser.com/cookbooks/cgo-and-crosscompiling/
Right now goreleaser has it's own built binary so we just copy it over into the docker image but then we have some duplication so we have 2 Dockerfiles. (one for local builds and one for releaser builds)
The text was updated successfully, but these errors were encountered: