mirror of
https://github.com/FiloSottile/mkcert.git
synced 2026-04-25 13:36:02 +03:00
[GH-ISSUE #97] Add support for ARM or Raspberry Pi3 #53
Labels
No labels
TLS stack issue
Windows
bug
duplicate
duplicate
enhancement
help wanted
help wanted
pull-request
question
question
root store
waiting for info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/mkcert#53
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @elRadix on GitHub (Jan 7, 2019).
Original GitHub issue: https://github.com/FiloSottile/mkcert/issues/97
Can you please add support for armv7
uname -a= Linux 4.14.79-v7+ #1159 SMP Sun Nov 4 17:50:20 GMT 2018 armv7l GNU/Linux
was trying to compile but I hit the wall with this error.
@FiloSottile commented on GitHub (Jan 7, 2019):
Just saw your edit. You built it successfully, it’s just not installed in your PATH. Try “./mkcert”.
@bozhodimitrov commented on GitHub (Jan 7, 2019):
It seems that RPi 2/3 is supported. I just cross compiled the latest version.
For RPi 2/3 you can do the following:
@FiloSottile maybe we can add the arm7 build artifact/binary to the release?
It seems to work fine for the latest Raspbian OS.
@FiloSottile commented on GitHub (Jan 8, 2019):
Done. Picked GOARM=6 to support all RPi models.
@erosenberg commented on GitHub (Nov 19, 2020):
@FiloSottile - I noticed the latest release for arm doesn't specify v7...
mkcert-v1.4.2-linux-armIs this compatible with Raspberry Pi 2/3? Or do I need to generate something different than what you have listed on your Releases page?
@bozhodimitrov commented on GitHub (Nov 19, 2020):
@erosenberg It should be compatible - the incentive for using v6 is to make the resulting binary more compatible in order to run on older RPi models. But if you wish, you can recompile it for v7 - it can give you a little bit of (negligible) speedup.