wiremock / wiremock/WireMock.Net-docker

Support arm64 Architecture

Open
#34 9 comments 0 reactions 1 assignee View on GitHub

@StefH is already working on this.

Since Nov 25, 2024.

Dominant language
C#
Stars
25
Forks
9
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.