From 23028792449fb41dea36f1e02c6998f1449b6e9b Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Thu, 7 May 2020 18:38:45 -0500 Subject: [PATCH] Build multi-arch python-base/python-builder In order to build multi-arch python images, we need multi-arch python base and builder images. Change-Id: Ifc0d6f7c16876bf55db8e1ee459a3eaa07744547 --- zuul.d/docker-images/python.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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