From 91126d7defbd14279da99f4fb337d6e8a4e9521a Mon Sep 17 00:00:00 2001 From: Cristovao Cordeiro Date: Mon, 15 Aug 2022 14:35:05 +0200 Subject: [PATCH] define jammy suites in chisel.yaml --- chisel.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/chisel.yaml b/chisel.yaml index a0fa62437..8e592c81a 100644 --- a/chisel.yaml +++ b/chisel.yaml @@ -4,3 +4,4 @@ archives: ubuntu: version: 22.04 components: [main, universe] + suites: [jammy, jammy-security, jammy-updates]