diff options
author | Luca Boccassi <luca.boccassi@microsoft.com> | 2021-02-16 18:47:21 +0000 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@microsoft.com> | 2021-02-16 18:47:21 +0000 |
commit | d7b2d55c8f373a3daff48217d7840219e34956c6 (patch) | |
tree | 85edd7a4dac8336cd6dc6e6c4887ef0d8e0a4e7b | |
parent | b968e2c0f7625f679bbbe6db12feb30f4b7f3598 (diff) | |
download | vyos-live-build-d7b2d55c8f373a3daff48217d7840219e34956c6.tar.gz vyos-live-build-d7b2d55c8f373a3daff48217d7840219e34956c6.zip |
autopkgtest: restrict to amd64 and i386 for now
After Bullseye we can re-enable other architectures, but for now
disable them so that we can get bug fixes in Bullseye.
-rw-r--r-- | debian/tests/control | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/tests/control b/debian/tests/control index 2e68c0a59..3fcbb5d81 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,7 +1,9 @@ Tests: build-default-image Depends: live-build, Restrictions: needs-root, allow-stderr, needs-internet +Architecture: amd64 i386 Tests: build-kali-image Depends: live-build, git, ca-certificates, curl, apt-utils, bzip2, cpio, file, wget, xz-utils Restrictions: needs-root, allow-stderr, flaky, needs-internet +Architecture: amd64 i386 |