We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 348cb6c commit e0e3045Copy full SHA for e0e3045
tests/test_metadata.py
@@ -332,7 +332,7 @@ def _get_container_ref(
332
ImageType.LANGUAGE_STACK,
333
),
334
]
335
- if LOCALHOST.system_info.arch == "x86_64"
+ if LOCALHOST.system_info.arch in ("aarch64", "x86_64")
336
else []
337
)
338
+ [(cont, "base", ImageType.OS_LTSS) for cont in LTSS_BASE_CONTAINERS]
0 commit comments