-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Release for x86 Architectures #254
Comments
Ya, you should definitely be able to build for other platforms. One way to do that is to install from source on the target platform with:
or
From another platform you can cross compile with:
I tried that and it seems to build fine for |
Amazing 😄 and I assume I can build with the input |
That may be obvious for people more seasoned with GoLang haha. If it's less clear I can make PR to add it to the readme though. Also if I don't run into problem soon then I'll close issue, thanks again for prompt help! |
Good question, those instructions assume the working directory is the directory that contains the git clone. The |
It looks to work great :) thanks so much for the help! Closing issue |
Hi there, I want to be able to build
gotestsum
to be used on older Windows systems (7 32 bit, 10 32 bit) for my CI tooling 😄. I don't find any instructions on compiling on the README though, so I just download the latest release by curling fromhttps://github.com/gotestyourself/gotestsum/releases/latest
Right now only arm64, arm 32 bit and amd64 architectures available .. Could the goreleaser be modified to add 386 as a target architecture to add to future releases?
Better yet, is there a way I can compile the code myself easily that I'm missing? I know I can install a local version but want to be able to compile for other platforms and architectures
Similar solutions from previous issues maybe:
The text was updated successfully, but these errors were encountered: