Add the manifest-tool so that we can create manifest list for multi arch
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
e78b8e8a0f
commit
6cb2d58fe8
1 changed files with 6 additions and 0 deletions
|
@ -90,6 +90,12 @@
|
|||
tags:
|
||||
- containerrebuild
|
||||
|
||||
- name: install manifest-tool to generate the multi arch manifest list
|
||||
package:
|
||||
name: manifest-tool
|
||||
state: latest
|
||||
when: ansible_architecture == "x86_64"
|
||||
|
||||
- name: install docker for container management
|
||||
package:
|
||||
name: docker
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue