-
-
Notifications
You must be signed in to change notification settings - Fork 45
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
Support Arm64 #63
Comments
Probably, but need to rewrite the build script a bit: https://github.com/mifi/ezshare/blob/master/.github/workflows/build.yml |
Hi, In the end I used docker to run the program on Arm64, it would be nice if you implement an option for Docker Compose: version: "3"
services:
ezshare:
container_name: "ezshare"
image: node:latest
ports:
- 8088:8080
volumes:
- /mnt/HD:/mnt/HD
environment:
- PUID=1000
- PGID=1000
command: sh -c "npm install -g ezshare && ezshare /mnt/HD"
|
Want to submit a pr? :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is it possible to create an executable for architecture Arm64?
The text was updated successfully, but these errors were encountered: