From 9eb8eb4a270de3a83851597d79a0f8cb7c4fcf62 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Wed, 25 Nov 2020 21:58:06 +0000 Subject: Treat arm build logs like x86 --- log_files.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/log_files.php b/log_files.php index 1c02268..5893ca0 100644 --- a/log_files.php +++ b/log_files.php @@ -58,6 +58,8 @@ if ($type == 'rejected') { '.youri', '_i586.done', '_x86_64.done' + '_armv7hl.done' + '_aarch64.done' ); foreach ($others as $suffix) { -- cgit v1.2.1