Results 4 comments of Vahid Shirvani

Yes, Docker Hub does support it so you can push multiple architectures. For example see OS/ARCH column for [alpine](https://hub.docker.com/_/alpine?tab=tags). The Docker on MacOS runs inside a Linux Virtual Machine, so...

Thank you for your answers. I helped me. I will close this issue.

It seems that this error is thrown from [ttf2woff library](https://github.com/fontello/ttf2woff/blob/2a9a5217f3299398a7076f30adb020d7a84b70c7/index.js#L168). However when I manually generate a ttf from svg with svg2ttf and then use that ttf as input to ttf2woff...