Skip to content

Commit cf08564

Browse files
jclarkeSTFCpeterfpeterson
authored andcommitted
Label macOS ARM package differently to x86_64 on GitHub Releases page (mantidproject#39337)
1 parent 05fb84c commit cf08564

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

buildconfig/Jenkins/Conda/publish-to-github

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ for asset in "$@"; do
7575
label=MantidWorkbench-Windows
7676
elif [[ $asset == *.dmg ]]; then
7777
label=MantidWorkbench-macOS
78+
if [[ ${asset,,} == *arm64* ]]; then
79+
label=$label-ARM
80+
fi
7881
elif [[ $asset == *.tar.xz ]]; then
7982
label=MantidWorkbench-Linux
8083
# Conda packages are uploaded to the release as a backup for the packages stored on anaconda,

0 commit comments

Comments
 (0)