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

Build for linux/arm/v7? #133

Open
cj13579 opened this issue May 21, 2024 · 2 comments
Open

Build for linux/arm/v7? #133

cj13579 opened this issue May 21, 2024 · 2 comments

Comments

@cj13579
Copy link
Contributor

cj13579 commented May 21, 2024

I'm migrating a bunch of my things to a new QNAP NAS. When pulling down the docker image for the project I get the following:

no matching manifest for linux/arm/v7 in the manifest list entries

Would it be possible to add linux/arm/v7 to the build targets?

@cj13579
Copy link
Contributor Author

cj13579 commented May 23, 2024

@Wingysam do you have some secret sauce on the machine where you do your docker builds? I can't get the images to build unless I make changes to the Dockerfile. The error that I am getting is:

sh: tsc: not found

I'm happy to create a PR to modify the release command if that's OK?

@Wingysam
Copy link
Owner

Wingysam commented Aug 9, 2024

Yeah tsc is only in devDependencies and the Dockerfile skips them. I have no idea how that ever worked. node_modules is in the dockerignore so it couldn't be that.

Yes I would merge a PR. Otherwise, I can fix it when I work on the project next.

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