File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff 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 | - | - | - | - | - | - | - |
Original file line number Diff line number Diff line change @@ -152,6 +152,7 @@ x86_64) os_arch="64bit" ;;
152152amd64) os_arch=" 64bit" ;;
153153armv7l) os_arch=" ARM" ;;
154154armv8) os_arch=" ARM64" ;;
155+ arm64) os_arch=" ARM64" ;;
155156esac
156157
157158if [ -z " $os_type " ] || [ -z " $os_arch " ]; then
You can’t perform that action at this time.
0 commit comments