From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Schantl To: location@lists.ipfire.org Subject: [PATCH] debian: Also build for sid. Date: Wed, 10 Jun 2020 17:28:17 +0200 Message-ID: <20200610152817.2523-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7811116228061855427==" List-Id: --===============7811116228061855427== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Signed-off-by: Stefan Schantl --- debian/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/build.sh b/debian/build.sh index 449e3a5..4385455 100644 --- a/debian/build.sh +++ b/debian/build.sh @@ -1,7 +1,7 @@ #!/bin/bash ARCHITECTURES=( amd64 arm64 i386 armhf ) -RELEASES=( buster bullseye ) +RELEASES=( buster bullseye sid ) CHROOT_PATH="/var/tmp" -- 2.26.1 --===============7811116228061855427==--