natenho / Mockaco

🐵 HTTP mock server, useful to stub services and simulate dynamic API responses, leveraging ASP.NET Core features, built-in fake data generation and pure C# scripting
https://natenho.github.io/Mockaco/
Other
335 stars 39 forks source link

Added support for multi platform docker images #106

Closed pmorelli92 closed 1 year ago

pmorelli92 commented 2 years ago

Aims to solve #104

@natenho I am not entirely sure if this works because I have no idea how to test this. I basically followed the instructions from here: https://github.com/docker/build-push-action/blob/master/docs/advanced/multi-platform.md

pmorelli92 commented 1 year ago

Hi @natenho any hope you can have a look at this?

natenho commented 1 year ago

@pmorelli92 looks ok, although I noticed that the "echo" step is blank. I'll merge anyway to check if the images are correctly published to dockerhub, but I'm going to need your help to check if it worked, ok?

image

pmorelli92 commented 1 year ago

@natenho Thanks a lot for this. An entire team is able to work better now 👏 Everything worked fine!

You can see on Dockerhub how the new images have support for both platforms.

Screenshot 2022-11-09 at 15 28 00

On my docker desktop dashboard this container stop having the warning of AMD64

Screenshot 2022-11-09 at 15 30 56
natenho commented 1 year ago

Excelent! Sorry for the delay, I'm glad it helped!