Skip to content

Commit e86925d

Browse files
committed
Add qemu and DIB flag to enable ARM64 docker platform
1 parent ac6f265 commit e86925d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/overcloud-host-image-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ jobs:
198198
source venvs/kayobe/bin/activate &&
199199
source src/kayobe-config/kayobe-env --environment ci-builder &&
200200
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
202202
env:
203203
KAYOBE_VAULT_PASSWORD: ${{ secrets.KAYOBE_VAULT_PASSWORD }}
204204

etc/kayobe/stackhpc-overcloud-dib.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ stackhpc_overcloud_dib_env_vars:
5858
YUM: dnf
5959
# Workaround for stack user home ownership bug
6060
DIB_IMAGE_CACHE: "/tmp/yum"
61+
DIB_CONTAINERFILE_BUILDOPTS: "--platform linux/{{ overcloud_dib_architecture }}"
6162

6263
# StackHPC overcloud DIB image packages.
6364
stackhpc_overcloud_dib_packages:

0 commit comments

Comments
 (0)