Skip to content

ARM64 support  #2

@dominch

Description

@dominch

hello,
this app would be awesome on ARM64 devices like pi5 or anything based on RK3588,
I checked this briefly, there was a problem with frontend/Dockerfile,

#RUN apt-get install -y curl git wget unzip libgconf-2-4 gdb libstdc++6 libglu1-mesa fonts-droid-fallback lib32stdc++6 python3 sed
RUN apt-get install -y curl git wget unzip libgconf-2-4 gdb libglu1-mesa fonts-droid-fallback python3 sed

libstdc++6 is already installed as higher version (12 AFAIR) and conflicts with this lib. Without it (second line) all seems to build correctly.
are those libs needed at those versions?

BTW: would be nice to build multi-arch image and just download those from dockerhub or anything like this

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions