goreleaser-cross icon indicating copy to clipboard operation
goreleaser-cross copied to clipboard

Docker image for Golang cross-compiling with CGO

Results 8 goreleaser-cross issues
Sort by recently updated
recently updated
newest added

Hi! Due to a third-party dependency, a software I work on needs at least Debian Bookworm to compile correctly (C++ stdlib fails to link otherwise). Is there a way I...

Hi Guys, I am trying to build for windows and i see we don't support 386 arch. However, Goreleaser main module does support windows 386. I am confused and need...

This is a request to add `libx11-dev` as part of goreleaser-cross image You can add Xlib.h to image by adding following dependency `apt install libx11-dev`

## Context Thanks for this awesome project! I'm successfully using goreleaser-cross to build binaries for multiple platforms with CGO support. Tangent: our project needs this because it uses hardware wallets...

I am recieving this error when building a wails app with `-tags=desktop,production` ```bash In file included from /root/go/pkg/mod/github.com/wailsapp/wails/[email protected]/pkg/assetserver/webview/request_darwin.go:9: In file included from /usr/local/osxcross/bin/../SDK/MacOSX12.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:12: /usr/local/osxcross/bin/../SDK/MacOSX12.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:91:143: error: function does not return NSString...

Hi there, First of all, thanks to you all for creating such an amazing project! I've been trying to update [my project](https://github.com/confluentinc/terraform-provider-confluent) to use https://github.com/goreleaser/goreleaser-cross instead of https://github.com/goreleaser/goreleaser. More specifically,...