From 2d8b51579793fe0a325aaa91741ea4e1f30811da Mon Sep 17 00:00:00 2001 From: Andrew Leonard Date: Tue, 8 Oct 2024 16:02:21 +0100 Subject: [PATCH] Add aarch64Windows arch to filename mapping to daily slack status tool Signed-off-by: Andrew Leonard --- tools/nightly_build_and_test_stats.groovy | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/nightly_build_and_test_stats.groovy b/tools/nightly_build_and_test_stats.groovy index d1ac51b9a..7210547f6 100644 --- a/tools/nightly_build_and_test_stats.groovy +++ b/tools/nightly_build_and_test_stats.groovy @@ -214,6 +214,7 @@ def verifyReleaseContent(String version, String release, String variant, Map sta // Map of config architecture to artifact name def archToAsset = [x64Linux: "x64_linux", x64Windows: "x64_windows", + aarch64Windows: "aarch64_windows", x64Mac: "x64_mac", x64AlpineLinux: "x64_alpine-linux", ppc64Aix: "ppc64_aix",