Make update: Fixes for blender 3.3 release branch #104878

Merged
Sergey Sharybin merged 3 commits from Sergey/blender:buildbot_293 into blender-v2.93-release 2023-02-17 15:24:50 +01:00
Showing only changes of commit b5cf1c78a3 - Show all commits

View File

@ -40,7 +40,7 @@ def parse_arguments():
parser.add_argument("--use-centos-libraries", action="store_true")
parser.add_argument("--use-linux-libraries", action="store_true")
parser.add_argument("--architecture", type=str, choices=("x86_64", "arm64",))
parser.add_argument("--architecture", type=str, choices=("x86_64", "amd64", "arm64",))
return parser.parse_args()