goreleaser / goreleaser-cross

Docker image for Golang cross-compiling with CGO
MIT License
134 stars 23 forks source link

Added missing openssh-client to support SSH based git operations for homebrew releases #72

Open shibme opened 2 weeks ago

shibme commented 2 weeks ago

Homebrew releases using goreleaser can also make use of SSH private key to perform git operations. However, the image doesn't seem to have ssh client that is required for SSH based git operations. Hence installing it.