Enable the build of Bullseye targets as well

This commit is contained in:
Gunnar Wolf
2021-01-14 00:55:55 -06:00
parent 71fbc01775
commit 85126a9503
2 changed files with 43 additions and 9 deletions

View File

@@ -38,7 +38,7 @@ steps:
- unpack-rootfs: /
- qemu-debootstrap: buster
- qemu-debootstrap: __RELEASE__
mirror: http://deb.debian.org/debian
target: /
arch: __ARCH__
@@ -51,11 +51,11 @@ steps:
- create-file: /etc/apt/sources.list
trailing-newline: '1'
contents: |
deb http://deb.debian.org/debian buster main contrib non-free
deb http://deb.debian.org/debian-security buster/updates main contrib non-free
deb http://deb.debian.org/debian __RELEASE__ main contrib non-free
deb http://deb.debian.org/debian-security __RELEASE__/updates main contrib non-free
# Backports are _not_ enabled by default.
# Enable them by uncommenting the following line:
# deb http://deb.debian.org/debian buster-backports main contrib non-free
# deb http://deb.debian.org/debian __RELEASE__-backports main contrib non-free
__OTHER_APT_ENABLE__
unless: rootfs_unpacked