-
Notifications
You must be signed in to change notification settings - Fork 41
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
rakudo-star on ubuntu arm64 please #171
Comments
@p6steve Sorry, no idea what your "issue" is all about. Do you want (me) to add a "ubuntu.Dockerfile" within https://github.com/rakudo/star/tree/master/lib/docker or...? If so, pull requests are highly appreciated. Regards |
hi @AntonOks - yes please ... I am saying that the line
I want to run native on a mac M1, so I need this argument supported:
Personally I use ubuntu, but my guess is that the I would try to PR but I am woefully ignorant about the rakudo-star process and the details around the docker --platform argument. |
I have been able to find out a little about the latest Docker buildx capability (which will replace docker build in the CLI) here I think that this contains the essence of what I am asking for - that is a multiplatform (arm64 & amd64) rakudo-star docker image. So I would suggest morphing this Issue into a generic request to implement this (or similar):
Since this can be enabled as experimental now and will soon become the standard docker build technique - I hope that this is relatively painless to implement at some point ...? |
I see that croservices/docker does the following Dockerfile... I would love to deploy native arm64 on ubuntu .... but this is amd64 only ;-(
Maybe like this
FROM --platform=linux/arm64 rakudo-star:latest
Doesn't have to be this particular version of rakudo-star...
The text was updated successfully, but these errors were encountered: