orlangure/gnomock

Bug: gnomock-cleaner not work well in M1(arm64)

Closed this issue · 4 comments

Describe the bug
StartCustom cleaner image maybe(random) hang at the M1 system.
docker logs print this

no specific platform was requested
qemu: uncaught target signal 11 (Segmentation fault) - core dumped

To Reproduce
Start any preset in M1

Expected behavior
work well

System (please complete the following information):

  • OS: MacOS
  • Version 12.2
  • Docker version 20.10.7

Please add arm64 platform docker images in the dockerhub

Hi, thanks for reporting this.

I don't have an M1 system to test this, but I guess simply building a multi-platform image for the cleaner should solve this.

Would you mind helping me to test this once I prepare an update?

@kkHAIKE, I pushed a multi-platform gnomock-cleaner image, let me know if it helped.
If not, I'll get back to this in a couple of weeks when I have access to another laptop.
Thanks.
image

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

i will try it monday

pretty good!