From 4f457a8285b24d34958bb2b36a941b38caef6aac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Wed, 21 Jul 2021 10:12:45 +0200 Subject: [PATCH] build: switch upload target to bullseye MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabian Grünbichler --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5c42aed..ad2a695 100644 --- a/Makefile +++ b/Makefile @@ -79,4 +79,4 @@ distclean: clean .PHONY: upload upload: ${DEBS} - tar -cf - ${DEBS} | ssh repoman@repo.proxmox.com -- upload --product pve,pmg --dist buster --arch amd64 + tar -cf - ${DEBS} | ssh repoman@repo.proxmox.com -- upload --product pve,pmg --dist bullseye --arch amd64