-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
Build failing on linux/arm64
#12
Comments
Thanks, AFAIK I did not prep the runner with cross-compile libs. However, since the action is starting to get bloated, I might move it into a Docker image as my project has open-source sponsorship from docker, so download limits are not an issue for people who use our images. I'll think about it. Are you in a rush? |
Thanks for your response and the time you take for this :D I have definitely no rush, so you can take the time you need |
Thanks, no worries; Wails is a cool framework! It won't be long; if you need it soon, id patch the significantly large action file, but I'm thinking of bringing my docker builder for C++ out of hiding to handle all my build needs, (including Wails/GoLang). |
As a follow up, I had similar issues cross-compiling for Linux arm64 (not using this action) but I recently had success using a BuildJet drop-in runner. I'm not affiliated with them at all but it helped me build my Wails for arm64. It's not free but it's extremely cheap if you're not doing releases super often. |
When building for the platform
linux/arm64
I am getting an error like the following:Potential useful information at golang/go#28966
The text was updated successfully, but these errors were encountered: