Skip to content

Commit

Permalink
Add aarch64Windows arch to filename mapping to daily slack status tool
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Leonard <[email protected]>
  • Loading branch information
andrew-m-leonard committed Oct 8, 2024
1 parent 044c963 commit 2d8b515
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/nightly_build_and_test_stats.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 2d8b515

Please sign in to comment.