How would you like to expand the functionalities?
Currently, it's not possible to use this package on ARM devices, because the code reads only the platform "linux" and it assumes it should just pull and run the linux-amd64 mkcert binary.
Are there alternatives?
mkcert already provides a binary to run on linux-arm devices.
Is it a breaking change?
Not that I am aware of.
I have already fixed this locally and I have successfully tested the code on Raspberry Pi 3 B. I am creating this issue to report on it and as a basis for opening a Pull Request with this improvement, if that's okay.
How would you like to expand the functionalities?
Currently, it's not possible to use this package on ARM devices, because the code reads only the platform "linux" and it assumes it should just pull and run the linux-amd64 mkcert binary.
Are there alternatives?
mkcert already provides a binary to run on linux-arm devices.
Is it a breaking change?
Not that I am aware of.
I have already fixed this locally and I have successfully tested the code on Raspberry Pi 3 B. I am creating this issue to report on it and as a basis for opening a Pull Request with this improvement, if that's okay.