diff options
author | Helmut Grohne <helmut@subdivi.de> | 2023-01-24 14:45:21 +0100 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2023-01-24 14:45:21 +0100 |
commit | 999970b6e3e3ca3e19d9a9ef7dfd1443f9ced59e (patch) | |
tree | deaba57520a7f665f6eac4fd9e12eee5cd9f6bba /.gitlab-ci.yml | |
parent | bc5cf471af5b53ef955eb4c828642bfe591b449a (diff) | |
download | debvm-999970b6e3e3ca3e19d9a9ef7dfd1443f9ced59e.tar.gz |
tests: add armel with an armhf kernel
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4604045..e97f0bd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -35,6 +35,7 @@ arch_test: matrix: - ARCHITECTURE: - arm64 + - armel - armhf - i386 - mips64el |