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
debian-11: debian-11:
<<: *debian <<: *debian
ubuntu-16.04:
<<: *debian
build_dependencies:
- bzr
- mercurial
ubuntu-18.04: ubuntu-18.04:
<<: *debian <<: *debian
centos-7: ubuntu-20.04:
<<: *debian
ubuntu-22.04:
<<: *debian
centos-7: &centos
build_dependencies: build_dependencies:
- pam-devel - pam-devel
# required for Go buildpack # required for Go buildpack
@ -24,6 +23,8 @@ targets:
dependencies: dependencies:
- pam - pam
- git - git
centos-8:
<<: *centos
before: before:
- mv .packager/Procfile . - mv .packager/Procfile .
after: after: