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
{{ message }}
This repository has been archived by the owner on Aug 20, 2022. It is now read-only.
Currently using Bridge to Kubernetes to connect to Docker Desktop does not work on an M1 Mac because the dependencies that are downloaded are compiled in amd64 mode and the docker image used for redirection is also amd64 only.
The dependencies should be updated to .net 6 and have builds available in both amd64 and arm64 and the image for redirection should be a multi-architecture(amd64/arm64) image.
Describe alternatives you've considered
If I had the source for the dependencies available. I could just build and create the image. Trying to reverse engineer the dependencies using dotPeek is ineffective due to the nature of some of the code.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently using Bridge to Kubernetes to connect to Docker Desktop does not work on an M1 Mac because the dependencies that are downloaded are compiled in amd64 mode and the docker image used for redirection is also amd64 only.
The dependencies should be updated to .net 6 and have builds available in both amd64 and arm64 and the image for redirection should be a multi-architecture(amd64/arm64) image.
Describe alternatives you've considered
If I had the source for the dependencies available. I could just build and create the image. Trying to reverse engineer the dependencies using dotPeek is ineffective due to the nature of some of the code.
The text was updated successfully, but these errors were encountered: