-
Notifications
You must be signed in to change notification settings - Fork 389
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
Running on Docker for arm64 #590
Comments
Here is Dockerfile for arm64 which works for me, I don't know for sure that build-pdf works but I assume it does, and it's less ugly. |
@paskal I'm not sure why do you think it's less ugly, since you have, alongside your dockerfile, a docker-compose file that's twice the length, with hardcoded paths which does not properly represent services, but commands. And a I posted the Dockerfile since I spent a significant amount of time making chromium work on arm64 and the |
Thanks @beaverden, looks great, do you want to throw it up in a PR and we can continue discussion there? |
I think this is a temporary solution since chromium builds should be available out of the box for arm64 at some point. I could make a PR for some documentation update as a temporary solution. CC @thomasdavis |
Thanks @beaverden ! |
Hello, @riccio82 I am using the following makefile
I am from my phone so can't check it, but the theme option might not be included in the dockerfile mentioned above, but the general gist is clear Details here: https://github.com/beaverden/resume |
Hey - it seems as though Chromium ARM64 builds are now available 👀
Still doesn't work with
|
I think updating the puppeteer dependency resolves this |
FYI, in order to solve this issue on my M1 Mac, I Cf https://gist.github.com/adrienjoly/e29a6e73fb7e701eefd80ff9bde9abeb#solution for instructions. |
Bump on this: because puppeteer/puppeteer#7099 is closed, I think you would just need to update: Line 44 in 21d15f6
to the latest version |
#730 might fix this, when merged |
I tried to create a working build for
resume export
, so it also works on arm64 (where chrome fails to download), here is how I made it workhttps://gist.github.com/beaverden/e8e9dead457eeb224afd71d86b032b00
The text was updated successfully, but these errors were encountered: