From 48c0e9340e90fc94b931417f455148a9e78e04fe Mon Sep 17 00:00:00 2001 From: Oliver Giles Date: Fri, 28 Jan 2022 19:28:30 +1300 Subject: [PATCH] pkg: move to debian 11 (bullseye) --- pkg/{debian10-amd64.sh => debian11-amd64.sh} | 4 ++-- pkg/{debian10-armhf.sh => debian11-armhf.sh} | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) rename pkg/{debian10-amd64.sh => debian11-amd64.sh} (96%) rename pkg/{debian10-armhf.sh => debian11-armhf.sh} (97%) diff --git a/pkg/debian10-amd64.sh b/pkg/debian11-amd64.sh similarity index 96% rename from pkg/debian10-amd64.sh rename to pkg/debian11-amd64.sh index 3d4e41c..ce337c5 100755 --- a/pkg/debian10-amd64.sh +++ b/pkg/debian11-amd64.sh @@ -4,10 +4,10 @@ OUTPUT_DIR=$PWD SOURCE_DIR=$(readlink -f $(dirname ${BASH_SOURCE[0]})/..) -VERSION=$(cd "$SOURCE_DIR" && git describe --tags --abbrev=8 --dirty)-1~upstream-debian10 +VERSION=$(cd "$SOURCE_DIR" && git describe --tags --abbrev=8 --dirty)-1~upstream-debian11 DOCKER_TAG=$(docker build -q - <