Skip to content

Commit 29f05cb

Browse files
committed
workflow/triage: do not add no Linux bottle if ARM Linux bottle exists
Signed-off-by: botantony <[email protected]>
1 parent 7acb1e2 commit 29f05cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/triage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
path: Formula/.+
106106
content: \n bottle do\n
107107
missing_content:
108-
- '\n sha256.* x86_64_linux: +"[a-fA-F0-9]+"\n'
108+
- '\n sha256.* (x86_64|arm64)_linux: +"[a-fA-F0-9]+"\n'
109109
- '\n sha256.* all: +"[a-fA-F0-9]+"\n'
110110
- depends_on :macos
111111

0 commit comments

Comments
 (0)