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

Make images usable on ARM machines #141

Open
marinewater opened this issue Sep 23, 2024 · 2 comments
Open

Make images usable on ARM machines #141

marinewater opened this issue Sep 23, 2024 · 2 comments
Labels
t-tooling Issues with this label are in the ownership of the tooling team.

Comments

@marinewater
Copy link

FROM --platform=linux/amd64 node:${NODE_VERSION}-alpine

Is there a reason why this platform restriction is in place? At least the normal node-actor image seems to work fine on ARM machines. With the increasing number of ARM servers, VPSs and cloud offerings it would be nice to be able to use the images on those machines.

@B4nan
Copy link
Member

B4nan commented Sep 24, 2024

cc @vladfrangu

@B4nan B4nan added the t-tooling Issues with this label are in the ownership of the tooling team. label Sep 24, 2024
@vladfrangu
Copy link
Member

Hey! Outside of the bare node image, all of our images are currently locked behind linux/amd64 because of the lack of Chrome (not chromium) for linux on ARM64. If that has changed since, it't be awesome to remove the restriction (I too would love native ARM64 images on my M1 for testing for example).

We can definitely remove the restriction on the base node image (as it comes just with node installed), but at this time we aren't providing built arm images, you'd be on your own to build them out

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
t-tooling Issues with this label are in the ownership of the tooling team.
Projects
None yet
Development

No branches or pull requests

3 participants