-
Notifications
You must be signed in to change notification settings - Fork 20
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
Create container image for Apple Silicon M1/M2 #116
Comments
@hguerrero we only created linux images to consume this project as part of CI, what is the requirement for having it for M1/M2? |
Please have a look at: https://github.com/crc-org/crc-cloud/blob/main/oci/Containerfile ? You are free to provide an Aarch64/Arm64 compatible version. You would have to do some trickery around:
for Pulumi and the binary. |
On M1/M2, I'd recommend using https://github.com/crc-org/crc directly. Or do you have a very different usecase? |
I believe he wants to trigger the job from his local machine, though it might be helpful to just set up a coordination VM |
you mean for running the container?, I mean if it is not a big deal support the container on arm64 archs I though it would be great as we would support more targets |
right, but I see this as a low priority. it is more like a 'nice to have' than a hard requirement. |
yeah but as you said even if he wants to contribute on that regard that would be great :) |
For a simpler starting experience, it is simpler to merely construct a container image that is compatible with M1/M2 due to the requirements to install Pulumi and other components. For demonstration purposes, I only need to manually trigger an instance in my situation. |
Current container image is linux/x86_64. An new image is required for Apple Mac with Silicon M1/M2 processors.
The text was updated successfully, but these errors were encountered: