workflows/triage: flag formulae with no ARM bottle (#68067)
parent
8a3d02a0e1
commit
f999e2519d
|
@ -34,6 +34,11 @@ jobs:
|
|||
"label": "bottle unneeded",
|
||||
"path": "Formula/.+",
|
||||
"content": "\n (bottle :unneeded|depends_on :linux)\n"
|
||||
}, {
|
||||
"label": "no ARM bottle",
|
||||
"path": "Formula/.+",
|
||||
"content": "\n sha256 \"[a-fA-F0-9]+\" => :big_sur\n"
|
||||
"missing_content": "\n sha256 \"[a-fA-F0-9]+\" => :arm64_big_sur\n"
|
||||
}, {
|
||||
"label": "formula deprecated",
|
||||
"path": "Formula/.+",
|
||||
|
|
Loading…
Reference in New Issue