mirror of
https://github.com/FiloSottile/mkcert.git
synced 2026-04-25 05:26:03 +03:00
[GH-ISSUE #519] zsh: exec format error: mkcert - After install #312
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#312
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 @walrussi on GitHub (Apr 21, 2023).
Original GitHub issue: https://github.com/FiloSottile/mkcert/issues/519
Environment
mkcert -version): zsh: exec format error: mkcertWhat you did
I tried all install methods for linux but i couldnt get homebrew on my pi running and the same with go.
What went wrong
Thats all the output.
More Device Info:
@goldstar611 commented on GitHub (Apr 28, 2023):
Operating system (including version): Raspbian GNU/Linux 11 (bullseye) aarch64and
chmod +x mkcert-v*-linux-amd64That's a non-working combination there. You downloaded the amd64 binary and ran it on an aarch64 OS.
Get the linux-arm64 version ;)