Finally updating, with images building for the three supported Raspberry families

This commit is contained in:
Gunnar Wolf
2019-07-18 12:56:13 -03:00
parent 8577f5d5e4
commit 07d7ed3aed
4 changed files with 189 additions and 9 deletions

View File

@@ -51,7 +51,7 @@ steps:
# https://github.com/raspberrypi/firmware/issues/846
# Also, this package contains a Raspberry Pi 3-specific firmware file
# required by the WiFi driver.
- qemu-debootstrap: sid
- qemu-debootstrap: buster
mirror: http://deb.debian.org/debian
target: /
arch: armel
@@ -65,7 +65,7 @@ steps:
# debootstrap is fixed
- chroot: /
shell: |
echo 'deb http://deb.debian.org/debian sid main contrib non-free' > /etc/apt/sources.list
echo 'deb http://deb.debian.org/debian buster main contrib non-free' > /etc/apt/sources.list
apt-get update
unless: rootfs_unpacked