Skip to content

Installing module on arm64 do not setup webuiΒ #37

@Aukstkalnis

Description

@Aukstkalnis

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/Linux

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions