Skip to content

Commit

Permalink
perf: java multi-module build supports architecture selection (#1353)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhangSetSail authored Jul 11, 2023
1 parent c816b49 commit 8989986
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion console/services/multi_app_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ def save_multi_services(self, region_name, tenant, group_id, service, user, serv
service.code_version,
service.server_type,
oauth_service_id=service.oauth_service_id,
git_full_name=service.git_full_name)
git_full_name=service.git_full_name,
arch=service_info.get("arch", "amd64"))
if code != 200:
raise AbortRequest("Multiple services; Service alias: {}; error creating service".format(service.service_alias),
"创建多组件应用失败")
Expand Down

0 comments on commit 8989986

Please sign in to comment.