hoverfly icon indicating copy to clipboard operation
hoverfly copied to clipboard

Provide Apple Silicon release

Open ciscoo opened this issue 2 years ago • 2 comments

Is your feature request related to a problem? Please describe.

No problem currently, our internal tests seem to work fine so far.

I think it would be nice to have a native Apple Silicon release for Hoverfly for those that have M1 MacBooks.

Describe the solution you'd like

Native Apple Silicon release for Hoverfly

Describe alternatives you've considered

Continue using darwin/amd64 which works so far.

Additional context

My team and others are currently undergoing a hardware refresh at my company, so it would be nice to have a native Apple Silicon release of Hoverfly.

ciscoo avatar May 27 '22 16:05 ciscoo

That's a good idea. We can do that for the next release.

tommysitu avatar May 30 '22 22:05 tommysitu

Hi @tommysitu, I think it would be helpful for many if you would also publish Docker images with this architecture. I have already created a pull request for this. It would be nice if you could take a look at it. https://github.com/SpectoLabs/hoverfly/pull/1019

ezienecker avatar Aug 06 '22 11:08 ezienecker

Hi @tommysitu, when can we expect a release to be able to include the new image in our projects?

ezienecker avatar Aug 22 '22 09:08 ezienecker

@ezienecker I can do a release today, have you tried out the docker image from master build? Is it good?

tommysitu avatar Aug 22 '22 20:08 tommysitu

closed by https://github.com/SpectoLabs/hoverfly/releases/tag/v1.3.7

tommysitu avatar Aug 22 '22 21:08 tommysitu

@tommysitu Looks good!

1.3.6 Image

➜ docker run spectolabs/hoverfly:v1.3.6
Unable to find image 'spectolabs/hoverfly:v1.3.6' locally
v1.3.6: Pulling from spectolabs/hoverfly
3aa4d0bbde19: Pull complete
0b52bafb6df8: Pull complete
a07b0fbeb251: Pull complete
Digest: sha256:ab5e18e090aa04a2c34aa12d7e0f8c378f22f2f92afa441bebdc973888d4beaf
Status: Downloaded newer image for spectolabs/hoverfly:v1.3.6
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
INFO[2022-08-23T05:14:57Z] Listen on specific interface                  host=0.0.0.0

1.3.7 Image

➜ docker run spectolabs/hoverfly:v1.3.7
Unable to find image 'spectolabs/hoverfly:v1.3.7' locally
v1.3.7: Pulling from spectolabs/hoverfly
9b18e9b68314: Pull complete
3443cf2da25f: Pull complete
3963aac20d41: Pull complete
Digest: sha256:e65a0cbe53d35c4d063132e6cedc5cd4939d9c61c65f945ab94faba2d0572d7e
Status: Downloaded newer image for spectolabs/hoverfly:v1.3.7
INFO[2022-08-23T05:15:13Z] Listen on specific interface                  host=0.0.0.0

Thank you!

ezienecker avatar Aug 23 '22 05:08 ezienecker