Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to run on linux-arm64? #152

Open
alokym86 opened this issue Apr 28, 2021 · 0 comments
Open

How to run on linux-arm64? #152

alokym86 opened this issue Apr 28, 2021 · 0 comments

Comments

@alokym86
Copy link

I had built separately city-chain (with dotnet publish -c Release) and city-hub (with npm run build:linux but set the arm86 as target architecture for linux in the electron-builder.json first).
Also I linked /lib/aarch64-linux-gnu/libz.so.1.2.11 to /lib/aarch64-linux-gnu/libz.so to fix "libz.so: cannot open shared objet files" error on Raspberry with Ubuntu 20.04 during .AppImage file startup.
After all, I run the daemon (dotnet City.Chain.dll) and .AppImage. Everything seems fine, except stopping the daemon by pressing "Change Mode" button or closing the application.

So, the question is, is there a more suitable way to build and run the app on Linux with ARM CPU?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant