From 30d8190bcbc766c34f5a34ff41b1310aee9a5b9c Mon Sep 17 00:00:00 2001 From: WeebDataHoarder <57538841+weebdatahoarder@users.noreply.github.com> Date: Thu, 5 Aug 2021 16:01:18 +0200 Subject: [PATCH] Update CI to Debian bullseye --- .drone.jsonnet | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.jsonnet b/.drone.jsonnet index 913bf63..cca4923 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -35,8 +35,9 @@ local XbpsPipeline(image, version, arch, extra="") = Pipeline(image, version, ar AptPipeline("ubuntu", "20.04", "amd64", "g++"), AptPipeline("ubuntu", "20.04", "arm64", "g++"), + AptPipeline("debian", "bullseye", "amd64", "g++"), + AptPipeline("debian", "bullseye", "arm64", "g++"), AptPipeline("debian", "buster", "amd64", "g++"), - AptPipeline("debian", "buster", "arm64", "g++"), YumPipeline("fedora", "latest", "amd64", "g++"),