We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05fb84c commit cf08564Copy full SHA for cf08564
buildconfig/Jenkins/Conda/publish-to-github
@@ -75,6 +75,9 @@ for asset in "$@"; do
75
label=MantidWorkbench-Windows
76
elif [[ $asset == *.dmg ]]; then
77
label=MantidWorkbench-macOS
78
+ if [[ ${asset,,} == *arm64* ]]; then
79
+ label=$label-ARM
80
+ fi
81
elif [[ $asset == *.tar.xz ]]; then
82
label=MantidWorkbench-Linux
83
# Conda packages are uploaded to the release as a backup for the packages stored on anaconda,
0 commit comments