File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ def main(argv=None):
121121 VERSION = sapMachineTag .get_version_string_without_build (),
122122 BUILD_NUMBER = sapMachineTag .get_build_number (),
123123 IMAGE_TYPE = args .imagetype ,
124- OS_NAME = 'osx' if sapMachineTag .get_major () < 17 or (sapMachineTag .get_major () == 17 and sapMachineTag .get_build_number () < 21 ) else 'macos' ,
124+ OS_NAME = 'osx' if sapMachineTag .get_major () < 17 or (sapMachineTag .get_major () == 17 and sapMachineTag .get_update () is None and sapMachineTag . get_build_number () < 21 ) else 'macos' ,
125125 SHA256 = args .sha256sum
126126 )
127127 else :
@@ -130,7 +130,7 @@ def main(argv=None):
130130 VERSION = sapMachineTag .get_version_string_without_build (),
131131 BUILD_NUMBER = sapMachineTag .get_build_number (),
132132 IMAGE_TYPE = args .imagetype ,
133- OS_NAME = 'osx' if sapMachineTag .get_major () < 17 or (sapMachineTag .get_major () == 17 and sapMachineTag .get_build_number () < 21 ) else 'macos' ,
133+ OS_NAME = 'osx' if sapMachineTag .get_major () < 17 or (sapMachineTag .get_major () == 17 and sapMachineTag .get_update () is None and sapMachineTag . get_build_number () < 21 ) else 'macos' ,
134134 INTELSHA256 = args .sha256sum ,
135135 AARCHSHA256 = args .aarchsha256sum
136136 )
You can’t perform that action at this time.
0 commit comments