From bc5c73904758694330818adb4ae1e7a306876159 Mon Sep 17 00:00:00 2001 From: Joe Chen Date: Sat, 25 Jun 2022 20:58:01 +0800 Subject: [PATCH] pkgr: update supported distributions (#7077) [skip ci] --- .pkgr.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.pkgr.yml b/.pkgr.yml index 6c7851017..7de4299da 100644 --- a/.pkgr.yml +++ b/.pkgr.yml @@ -9,14 +9,13 @@ targets: <<: *debian debian-11: <<: *debian - ubuntu-16.04: - <<: *debian - build_dependencies: - - bzr - - mercurial ubuntu-18.04: <<: *debian - centos-7: + ubuntu-20.04: + <<: *debian + ubuntu-22.04: + <<: *debian + centos-7: ¢os build_dependencies: - pam-devel # required for Go buildpack @@ -24,6 +23,8 @@ targets: dependencies: - pam - git + centos-8: + <<: *centos before: - mv .packager/Procfile . after: