File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ jobs:
198
198
source venvs/kayobe/bin/activate &&
199
199
source src/kayobe-config/kayobe-env --environment ci-builder &&
200
200
kayobe seed host command run \
201
- --command "sudo apt update && sudo apt -y install gcc git libffi-dev python3-dev python-is-python3 python3-venv" --show-output
201
+ --command "sudo apt update && sudo apt -y install gcc git libffi-dev python3-dev python-is-python3 python3-venv qemu-user-static " --show-output
202
202
env :
203
203
KAYOBE_VAULT_PASSWORD : ${{ secrets.KAYOBE_VAULT_PASSWORD }}
204
204
Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ stackhpc_overcloud_dib_env_vars:
58
58
YUM : dnf
59
59
# Workaround for stack user home ownership bug
60
60
DIB_IMAGE_CACHE : " /tmp/yum"
61
+ DIB_CONTAINERFILE_BUILDOPTS : " --platform linux/{{ overcloud_dib_architecture }}"
61
62
62
63
# StackHPC overcloud DIB image packages.
63
64
stackhpc_overcloud_dib_packages :
You can’t perform that action at this time.
0 commit comments