WireMock-Net / WireMock.Net-docker

WireMock.Net-docker is a Docker image which runs WireMock.Net (a flexible library for stubbing and mocking web services)
MIT License
22 stars 6 forks source link

Support arm64 Architecture #34

Open bweber opened 2 years ago

bweber commented 2 years ago

Current image published only supports amd64, which crashes when used on new M1 Macbooks.

I was able to get this to work with the existing docker file locally using docker's buildx command and targeting multiple platforms:

https://docs.docker.com/buildx/working-with-buildx/#build-multi-platform-images

It appears that since you are using Azure DevOps for CI, it can be achieved similar to this: https://www.frakkingsweet.com/build-multi-architecture-images-in-azure-devops/

It looks like your existing containers for the build and runtime images already support arm64 architecture.

StefH commented 2 years ago

Can you make a PR?

StefH commented 1 year ago

@bweber Did you have time to make a PR for this?

Else I'll close this issue.