-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Description
I am developing application for Raspberry pi 4B and wen I run go get -u github.com/webui-dev/go-webui/v2 it do not sets up the webui and compailing ends up with an error webui.h not found. It looks like raspberry pi returns aarch64 architecture but webui has only arm64. This means that there is only webui-linux-gcc-arm64.zip and no webui-linux-gcc-aarch64.zip. Since the aarch64 and arm64 are the same it should be possible to fallback to webui-linux-gcc-arm64.zip if webui-linux-gcc-aarch64.zip is not found.
Expected Behavior
When I fetch go mudule it should be fully set for compiling.
Reproduction Steps
No response
Error Logs
No response
Possible Solution
Fix setup.sh file to download webui for arm64 if there is no aarch64.
Version
2.4.2, 2.4.2-1.0, 2.4.3+
Environment Details (OS name, version, etc.)
Linux 6.6.31+rpt-rpi-v8 aarch64 GNU/Linuxttytm and hassandraga
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working