mirror of https://github.com/cirruslabs/tart.git
Friendly error message on Intel (#177)
In case someone tries to install Tart. Fixes #176
This commit is contained in:
parent
e2b7f12388
commit
131827802a
|
|
@ -40,3 +40,9 @@ brews:
|
|||
- "cirruslabs/cli/softnet"
|
||||
custom_block: |
|
||||
depends_on :macos => :monterey
|
||||
|
||||
on_macos do
|
||||
unless Hardware::CPU.arm?
|
||||
odie "Tart only works on Apple Silicon!"
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in New Issue