Skip to content

Commit 61573b2

Browse files
committed
Try building mac arm64 in ci landscape again
1 parent ade316d commit 61573b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/tag_build_and_merge.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ def run_jenkins_jobs(major, tag):
4747
str.format('build-{0}-linux_x86_64-release', major),
4848
str.format('build-{0}-linux_ppc64le-release', major),
4949
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
50+
# don't build macos x86_64 ea releases on ci.sapmachine.io due to issues with hdiutil in that landscape
5151
# str.format('build-{0}-macos_x86_64-release', major),
52-
# str.format('build-{0}-macos_aarch64-release', major),
52+
str.format('build-{0}-macos_aarch64-release', major),
5353
str.format('build-{0}-windows_x86_64-release', major)
5454
]
5555

0 commit comments

Comments
 (0)