Skip to content

Commit

Permalink
Try building mac arm64 in ci landscape again
Browse files Browse the repository at this point in the history
  • Loading branch information
RealCLanger committed Jul 10, 2023
1 parent ade316d commit 61573b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/tag_build_and_merge.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ def run_jenkins_jobs(major, tag):
str.format('build-{0}-linux_x86_64-release', major),
str.format('build-{0}-linux_ppc64le-release', major),
str.format('build-{0}-linux_aarch64-release', major),
# 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
# str.format('build-{0}-macos_x86_64-release', major),
# str.format('build-{0}-macos_aarch64-release', major),
str.format('build-{0}-macos_aarch64-release', major),
str.format('build-{0}-windows_x86_64-release', major)
]

Expand Down

0 comments on commit 61573b2

Please sign in to comment.