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

Support Arm64 #63

Open
joserick opened this issue Jan 3, 2023 · 3 comments
Open

Support Arm64 #63

joserick opened this issue Jan 3, 2023 · 3 comments

Comments

@joserick
Copy link

joserick commented Jan 3, 2023

Is it possible to create an executable for architecture Arm64?

imagen

@mifi
Copy link
Owner

mifi commented Jan 3, 2023

Probably, but need to rewrite the build script a bit: https://github.com/mifi/ezshare/blob/master/.github/workflows/build.yml

@joserick
Copy link
Author

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"

@mifi
Copy link
Owner

mifi commented Jan 12, 2023

Want to submit a pr? :)

@mifi mifi reopened this Jan 12, 2023
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

2 participants