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 ade316d commit 61573b2Copy full SHA for 61573b2
lib/tag_build_and_merge.py
@@ -47,9 +47,9 @@ def run_jenkins_jobs(major, tag):
47
str.format('build-{0}-linux_x86_64-release', major),
48
str.format('build-{0}-linux_ppc64le-release', major),
49
str.format('build-{0}-linux_aarch64-release', major),
50
- # don't build macos ea releases on ci.sapmachine.io due to issues with hdiutil in that landscape
+ # don't build macos x86_64 ea releases on ci.sapmachine.io due to issues with hdiutil in that landscape
51
# str.format('build-{0}-macos_x86_64-release', major),
52
- # str.format('build-{0}-macos_aarch64-release', major),
+ str.format('build-{0}-macos_aarch64-release', major),
53
str.format('build-{0}-windows_x86_64-release', major)
54
]
55
0 commit comments