aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Chen <jc@unknwon.io>2022-06-25 20:58:01 +0800
committerGitHub <noreply@github.com>2022-06-25 20:58:01 +0800
commitbc5c73904758694330818adb4ae1e7a306876159 (patch)
treed72d0ab769f16dd1fdc8039892df65b817963245
parent97ccb365ecc8312a07f561792be4075e43c43d96 (diff)
pkgr: update supported distributions (#7077)
[skip ci]
-rw-r--r--.pkgr.yml13
1 files changed, 7 insertions, 6 deletions
diff --git a/.pkgr.yml b/.pkgr.yml
index 6c785101..7de4299d 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: &centos
build_dependencies:
- pam-devel
# required for Go buildpack
@@ -24,6 +23,8 @@ targets:
dependencies:
- pam
- git
+ centos-8:
+ <<: *centos
before:
- mv .packager/Procfile .
after: