Skip to content

Commit 2a2bdc3

Browse files
authored
support macOS ARM64 (#57)
1 parent c8f6452 commit 2a2bdc3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ example `.gitignore` content:
155155
macOS | x86 | - | - | - | - | - | - | - |
156156
macOS | x86_64 | ✔ | - | - | - | - | - | - |
157157
macOS | ARM | - | - | - | - | - | - | - |
158-
macOS | ARM64 | - | - | - | - | - | - | - |
158+
macOS | ARM64 | - | - | - | - | ✔︎ | - | - |
159159
NetBSD | i386 | - | - | - | - | - | - | - |
160160
NetBSD | amd64 | - | - | - | - | - | ✔ | - |
161161
NetBSD | ARM | - | - | - | - | - | - | - |

hugow

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ x86_64) os_arch="64bit" ;;
152152
amd64) os_arch="64bit" ;;
153153
armv7l) os_arch="ARM" ;;
154154
armv8) os_arch="ARM64" ;;
155+
arm64) os_arch="ARM64" ;;
155156
esac
156157

157158
if [ -z "$os_type" ] || [ -z "$os_arch" ]; then

0 commit comments

Comments
 (0)