diff --git a/.zuul.yaml b/.zuul.yaml index f9dc077d4..7155ff203 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -162,12 +162,21 @@ - context: . repository: zuul/nodepool target: nodepool + arch: + - linux/amd64 + - linux/arm64 - context: . repository: zuul/nodepool-launcher target: nodepool-launcher + arch: + - linux/amd64 + - linux/arm64 - context: . repository: zuul/nodepool-builder target: nodepool-builder + arch: + - linux/amd64 + - linux/arm64 - job: name: nodepool-upload-image diff --git a/releasenotes/notes/arm-images-3a83419eb0bbfca6.yaml b/releasenotes/notes/arm-images-3a83419eb0bbfca6.yaml new file mode 100644 index 000000000..5b5e4fbe9 --- /dev/null +++ b/releasenotes/notes/arm-images-3a83419eb0bbfca6.yaml @@ -0,0 +1,6 @@ +--- +features: + - | + The docker images published to ``zuul/nodepool``, ``zuul/nodepol-launcher`` + and ``zuul/nodepool-builder`` are now built as multi-arch images and + support arm64 in addition to amd64.