Open kkrypt0nn opened 1 year ago
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 https://github.com/golang/go/issues/28966