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

feature request: replace chrome by chromium and provide multi-arch builds #213

Closed
maltegrosse opened this issue Jun 11, 2020 · 5 comments · Fixed by #319
Closed

feature request: replace chrome by chromium and provide multi-arch builds #213

maltegrosse opened this issue Jun 11, 2020 · 5 comments · Fixed by #319
Labels
enhancement New feature or request

Comments

@maltegrosse
Copy link

Hello,

are there any plans (and/or limitations) replacing chrome by chromium to support multi-arch builds, e.g. arm64 etc?

As far as I understood the devtools work the same on chrome and chromium.

Debian has prebuild debs for amd64 arm64 armhf i386

@gulien
Copy link
Collaborator

gulien commented Jun 11, 2020

Hello @maltegrosse

No plans currently but I think it would make sense to support multi-arch Docker images 👍

@gulien gulien added the enhancement New feature or request label Jun 11, 2020
@gulien gulien added this to the 7.0.0 milestone Jun 22, 2020
@vik-singh
Copy link

An ARM64 image would be very helpful for development now that Apple M1 is out

@Deninc
Copy link

Deninc commented Jan 25, 2021

+1 for arm64

@gulien
Copy link
Collaborator

gulien commented Jun 23, 2021

👀 WIP v7

Capture d’écran 2021-06-23 à 14 05 34

@toxix
Copy link

toxix commented Jul 3, 2021

If you run current docker images on an raspberry pi with raspian/debian buster this results in an
standard_init_linux.go:228: exec user process caused: exec format error
I checked a bit arround and was trying to rebuild the gotenberg docker image on the raspery pi, with no luck, as chrome is not available for this architecture. Switching to chromium actually let the building running past this step. Will open a PR with the change if build is successfull.

toxix pushed a commit to toxix/gotenberg that referenced this issue Jul 4, 2021
This allows to build and run gotenberg on a raspbarry 4b.

We are using chromium as there is no arm build of chrome.

The tiny executable needs to be changed to the version that is
compatible with the correct architecture.

Also preparing for multi-architecture building of the docker images in
the publish script.

We removed the crosscompiling enviornment variables of go, as they are
preventing a compiling for arm and they will be set automatically.

fixes gotenberg#213
@gulien gulien mentioned this issue Aug 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants