-
Notifications
You must be signed in to change notification settings - Fork 30
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
Cross build failing #13
Comments
@thatisuday or @tobyxdd Here is the action part "Generate build files" that is failing. It doesn't give any useful information regarding the fault:
|
If you remove |
I have Linux/arm working just fine with the other cross-build workflow I tweaked. |
I added logging to my fork of this repo and found out my issue, for me I was getting a git error from go build:
Fixing it worked for me, either do it on the workflow file before the cross build command, or use my fork Since there was no logging before I'm not sure it's the same issue, but maybe logging will help you track down the problem if not |
Running go-cross-build@v1 on GitHub fails. My package builds properly__ yet running this action fails with this during the action's Generate Build Files phase:
A separate question... In Step 2 of the
crossbuild.yml
file there is awith: dest:
setting. Must that directory exist in my repository, or is it created automatically?The text was updated successfully, but these errors were encountered: