diff --git a/zuul.d/docker-images/python.yaml b/zuul.d/docker-images/python.yaml index dec2df05e1..19af85a6ba 100644 --- a/zuul.d/docker-images/python.yaml +++ b/zuul.d/docker-images/python.yaml @@ -13,6 +13,9 @@ tags: - 3.7 - latest + arch: + - linux/amd64 + - linux/arm64 build_args: - PYTHON_VERSION=3.7 files: &python-builder_3_7_files @@ -49,6 +52,9 @@ repository: opendevorg/python-builder tags: - 3.8 + arch: + - linux/amd64 + - linux/arm64 build_args: - PYTHON_VERSION=3.8 files: &python-builder_3_8_files @@ -85,6 +91,9 @@ tags: - 3.7 - latest + arch: + - linux/amd64 + - linux/arm64 build_args: - PYTHON_VERSION=3.7 files: &python-base-3_7_files @@ -118,6 +127,9 @@ repository: opendevorg/python-base tags: - 3.8 + arch: + - linux/amd64 + - linux/arm64 build_args: - PYTHON_VERSION=3.8 files: &python-base-3_8_files @@ -160,6 +172,9 @@ tags: - 3.7 - latest + arch: + - linux/amd64 + - linux/arm64 build_args: - PYTHON_VERSION=3.7 files: &uwsgi-base_3_7_files @@ -208,6 +223,9 @@ repository: opendevorg/uwsgi-base tags: - 3.8 + arch: + - linux/amd64 + - linux/arm64 build_args: - PYTHON_VERSION=3.8 files: &uwsgi-base_3_8_files