Two patches merged. Only minor tweaks to the rest. https://gitlab.com/xen-project/hardware/test-artifacts/-/pipelines/1762204421 is a pipline showing clean kernel builds.
https://gitlab.com/xen-project/hardware/xen-staging/-/pipelines/1762221755 is a Xen pipline using the artefacts from ^. Andrew Cooper (6): Port containerise Clean up Gitlab yaml Adjust Linux build script to work with other major versions Factor our x86-isms in the linux build script Infrastructure for arm64 linux builds Linux builds for x86 and ARM64 .gitlab-ci.yml | 41 ++++++++-- containerize | 95 +++++++++++++++++++++++ images/alpine/3.18-arm64-build.dockerfile | 27 +++++++ scripts/build-linux.sh | 54 +++++++++++++ scripts/x86_64-kernel-linux.sh | 31 -------- 5 files changed, 212 insertions(+), 36 deletions(-) create mode 100755 containerize create mode 100644 images/alpine/3.18-arm64-build.dockerfile create mode 100755 scripts/build-linux.sh delete mode 100755 scripts/x86_64-kernel-linux.sh -- 2.39.5