]> git.ipfire.org Git - location/libloc.git/commitdiff
debian: Also build for sid
authorStefan Schantl <stefan.schantl@ipfire.org>
Wed, 10 Jun 2020 15:28:17 +0000 (17:28 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 11 Jun 2020 08:37:45 +0000 (08:37 +0000)
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
debian/build.sh

index 449e3a5ec59954ad100c10d1a02e1db3a121cc3b..43854551b757cdb26c288b838bee7e19558f7c02 100644 (file)
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 ARCHITECTURES=( amd64 arm64 i386 armhf )
-RELEASES=( buster bullseye )
+RELEASES=( buster bullseye sid )
 
 CHROOT_PATH="/var/tmp"