mirror of
https://github.com/FiloSottile/mkcert.git
synced 2026-04-25 05:26:03 +03:00
[PR #589] Fix install instructions to work on arm #503
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#503
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?
📋 Pull Request Information
Original PR: https://github.com/FiloSottile/mkcert/pull/589
Author: @t3dium
Created: 6/9/2024
Status: 🔄 Open
Base:
master← Head:master📝 Commits (3)
6f864abfix install instructions to work with arm6bacea8fix install instructions to work with arm64 and arm3222ab19dfix install instructions to work with arm64 and arm32📊 Changes
1 file changed (+3 additions, -3 deletions)
View changed files
📝
README.md(+3 -3)📄 Description
The install instructions currently assume the user is using x64, leading to it failing to fetch the correct binary on an arm architecture such as on raspberry pi's.
It'll now detect which arch is being used, and will use the appropriate package.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.