-
Notifications
You must be signed in to change notification settings - Fork 74
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
GIMME_ARCH arm64 does not set GOARCH to arm64 #154
Comments
The For What's the evidence that |
So I've created a simple repo to demonstrate the issue, built it on travis-ci.com and, to my surprise, both So I got back to my original (open sourced as well) repo with the issue which is built via travis-ci.org and it really shows empty Also, I've noticed that gimme |
Your linked YAML has a typo: echo $GOARH (Should be |
🤦♂️I'm sorry, fixed the typo, now .org version also shows that |
That shows that for GIMME_ARCH=amd64, This line:
The Back to Gimme, rather than Travis's setup: The When I grab a Linux box and run
Now I've never used with cross-compilation with Gimme, so this is my first time, but AFAICT the required packages for Ubuntu are When I set
@csandanov please add that Any cross-compilation experts who can say how we should be defaulting this? I think we probably need to:
|
@csandanov Looks like Travis might be missing the cross-compilation tools needed. I'm bowing out. (I don't work for Travis, I just contribute to |
GIMME_ARCH=arm
works fine and setsGOARCH=arm
unlikearm64
. I don't know, maybe it's just not supported? Could not find a list of supportedGIMME_ARCH
s.The text was updated successfully, but these errors were encountered: