diff options
author | Helmut Grohne <helmutg@debian.org> | 2023-01-25 13:02:58 +0000 |
---|---|---|
committer | Helmut Grohne <helmutg@debian.org> | 2023-01-25 13:02:58 +0000 |
commit | 8fc38d0ebfaf6f9b01baa3f5d659d1d7175c21ec (patch) | |
tree | 3e64576bd26c6a24b974742d2b5a04c02cbe0ae9 /.gitlab-ci.yml | |
parent | 06b842b6184c62e706515601b974245498c09a66 (diff) | |
parent | caa848fa49aee9cd6962c171ae2e2cad5cb47b0b (diff) | |
download | debvm-8fc38d0ebfaf6f9b01baa3f5d659d1d7175c21ec.tar.gz |
Merge branch 'multiarch' into 'main'
install and use multiarch kernels for sibling architectures
See merge request helmutg/debvm!28
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4604045..baea94c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -35,6 +35,7 @@ arch_test: matrix: - ARCHITECTURE: - arm64 + - armel - armhf - i386 - mips64el @@ -45,5 +46,5 @@ arch_test: - test -e /proc/sys/fs/binfmt_misc/status || mount -t binfmt_misc binfmt_misc /proc/sys/fs/binfmt_misc - apt-get update - apt-get dist-upgrade --yes - - apt-get --no-install-recommends --yes install e2fsprogs genext2fs mmdebstrap openssh-client qemu-system binfmt-support arch-test qemu-user-static + - apt-get --no-install-recommends --yes install e2fsprogs genext2fs mmdebstrap openssh-client qemu-system binfmt-support arch-test qemu-user-static file - PATH=$(pwd)/bin:$PATH ./tests/create-and-run.sh "$ARCHITECTURE" sid |