Skip to content

Commit

Permalink
Fix ansible full build to ensure drivers are copied correctly (#1668)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stringy authored May 10, 2024
1 parent 6be7773 commit e19acfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansible/ci-build-collector-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit e19acfe

Please sign in to comment.