From e19acfe8377cb2592906666d43f7191ce9b929ff Mon Sep 17 00:00:00 2001 From: Giles Hutton Date: Fri, 10 May 2024 17:52:33 +0100 Subject: [PATCH] Fix ansible full build to ensure drivers are copied correctly (#1668) --- ansible/ci-build-collector-full.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/ci-build-collector-full.yml b/ansible/ci-build-collector-full.yml index 8bd347cd17..3259fd256d 100644 --- a/ansible/ci-build-collector-full.yml +++ b/ansible/ci-build-collector-full.yml @@ -19,7 +19,7 @@ - name: Build full image when: - build_full_image - - arch != 'arm64' and arch != 'ppc64le' and arch != 's390x' + - arch != 'arm64' block: - name: Calculate required layers shell: @@ -46,7 +46,7 @@ source: build - name: Retag slim image - when: not build_full_image or arch == 'arm64' or arch == 'ppc64le' or arch == 's390x' + when: not build_full_image or arch == 'arm64' block: - name: Retag slim image community.docker.docker_image: