-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Mac M1 Support #1155
Comments
I did not. I was lazy and took the path of least resistance. I have docker files everywhere in this project, and that is why |
OK I can find someone on the buildpacks team and try and bug them I think. In the meantime do you have a sample dockerfile? |
My docker files are very simple:
and then I build with :
and to build an arm image:
|
Even doing that I still am seeing
|
if you do |
Yup
|
weird :| I'll remove my docker desktop and give it a shot from scratch. |
same even if I download from scratch. are you sure you downloaded docker for arm? |
Yeah I reinstalled it just to make sure. How are you running the test then? I am just running the unit test from Intellij after I build the container. |
same thing. can you run a |
btw, where do you get this error:
I wonder if I have something installed that I do not remember now... Do you have Rosetta installed? |
The error is coming from the logs within the testcontainer. |
I assume that happens when you issue |
Im such a dummy. I thought it was the integration test container giving that error, it was the container for the discovery server. Once I built the discovery server image with the Dockerfile it worked 🤦♂️. Sorry about that. I am traveling next week but maybe after the holidays I can try and get some help from someone on the buildpacks team to sort this out. |
no worries at all and thank you for trying to ping someone on the buildpacks team. |
Any tips on running the integration tests on kind in the 2.1.x branch? |
I remember having some custom scripts when I was running those, but since we moved to testcontainers, I deleted them :( Sorry |
No worries |
@wind57 did you ever come to a solution for this problem with regards to building spring-cloud-kubernetes on an M1 Mac?
paketo-buildpacks/stacks#51
The text was updated successfully, but these errors were encountered: