You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on the project ‘mvn-golang’, which installs ‘andlabs/ui’ during the build process. The build fails on Linux/ARM64 machine during ‘bin/go get github.com/andlabs/ui’ command.
I have checked the ui’s source code and found that there are architecture dependent files like link_linux_amd64.go, link_linux_386.go, link_windows_amd64.go. Similar files are missing for the linux/ARM64 platform. Hence the build fails on the ARM64 machine.
Do you have plans to support Linux/ARM64 in ‘andlabs/ui’? If yes, then I am happy to help and contribute. But I need suggestions on where I can find the source of these dependent binaries and how I can proceed further to add the Linux/ARM64 support.
Please suggest your thoughts on this.
The text was updated successfully, but these errors were encountered:
Hi Team,
I am working on the project ‘mvn-golang’, which installs ‘andlabs/ui’ during the build process. The build fails on Linux/ARM64 machine during ‘bin/go get github.com/andlabs/ui’ command.
I have checked the ui’s source code and found that there are architecture dependent files like link_linux_amd64.go, link_linux_386.go, link_windows_amd64.go. Similar files are missing for the linux/ARM64 platform. Hence the build fails on the ARM64 machine.
Do you have plans to support Linux/ARM64 in ‘andlabs/ui’? If yes, then I am happy to help and contribute. But I need suggestions on where I can find the source of these dependent binaries and how I can proceed further to add the Linux/ARM64 support.
Please suggest your thoughts on this.
The text was updated successfully, but these errors were encountered: