You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
apify-actor-docker/node/Dockerfile
Line 2 in ee3852a
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.
The text was updated successfully, but these errors were encountered: