aboutsummaryrefslogtreecommitdiff
path: root/.pkgr.yml
diff options
context:
space:
mode:
Diffstat (limited to '.pkgr.yml')
-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: