Skip to content

Commit e690b2c

Browse files
glukhmanglukhman
and
glukhman
authored
RD-5724 Fill agent system for manylinux agents (#1239)
Co-authored-by: glukhman <[email protected]>
1 parent c058f39 commit e690b2c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cloudify/agent_utils.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,8 @@ def delete_agent_exchange(cloudify_agent):
130130
def _get_agent_system(cloudify_agent):
131131
if cloudify_agent.get('windows'):
132132
system = 'windows'
133+
elif cloudify_agent.get('architecture'):
134+
system = f"manylinux {cloudify_agent['architecture']}"
133135
else:
134136
system = cloudify_agent.get('distro')
135137
if cloudify_agent.get('distro_codename'):

0 commit comments

Comments
 (0)