diff --git a/.goreleaser.yml b/.goreleaser.yml index 0ce6f11..be1d983 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -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