pkgr: update supported distributions (#7077)

[skip ci]
This commit is contained in:
Joe Chen 2022-06-25 20:58:01 +08:00 committed by GitHub
parent 97ccb365ec
commit bc5c739047
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: