From c4f57af057e1faa6d03c29c758bdb168f2870918 Mon Sep 17 00:00:00 2001 From: Michka Popoff Date: Thu, 18 Nov 2021 11:49:42 +0000 Subject: [PATCH] docs/Acceptable-Formulae: specifiy the list of supported platforms --- docs/Acceptable-Formulae.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/Acceptable-Formulae.md b/docs/Acceptable-Formulae.md index 4907e9f2e7..40b5c62467 100644 --- a/docs/Acceptable-Formulae.md +++ b/docs/Acceptable-Formulae.md @@ -5,6 +5,12 @@ Some formulae should not go in additional [Interesting Taps and Forks](Interesting-Taps-and-Forks.md) and anyone can start their own! +### Supported platforms in `homebrew/core` + +The formula needs to build and pass tests on the latest 3 supported macOS versions ([x86_64 and Apple Silicon/ARM](Installation.md#macos-requirements)) and on x86_64 Linux. +Please have a look at the continuous integration jobs on a pull request in `homebrew/core` to see the full list of OSs. +If upstream does not support one of these platforms, an exception can be made and the formula can be disabled for that platform. + ### Dupes in `homebrew/core` We now accept stuff that comes with macOS as long as it uses `keg_only :provided_by_macos` to be keg-only by default.