astefanutti / decktape

PDF exporter for HTML presentations
MIT License
2.19k stars 176 forks source link

Chromium fix for ARM architectures #245

Closed cchet closed 2 years ago

cchet commented 2 years ago

Added CHROMIUM_VERSION Dockerfile argument and updated chromium version. Now it works on Apple M1 arch. This should fix issue #231

astefanutti commented 2 years ago

Thanks for the PR. I wonder how this could fix the issue generally though. It works if you build the image locally on a M1 machine, but the published image won't work until it's updated to become a multi-architecture image, isn't it?

astefanutti commented 2 years ago

Thanks!