Packaging Ubuntu 22.04 (#10810)

* Enable Ubuntu-22.04 distribution on packager.io
pull/10811/head
Cyril Rohr 3 years ago committed by GitHub
parent 14fe32ea27
commit fb8ac30c3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .buildpacks
  2. 2
      .pkgr.yml
  3. 2
      packaging/.npmrc

@ -1,2 +1,2 @@
https://github.com/heroku/heroku-buildpack-nodejs.git#v162
https://github.com/heroku/heroku-buildpack-nodejs.git#v197
https://github.com/pkgr/heroku-buildpack-ruby.git#v242-1

@ -25,6 +25,8 @@ targets:
<<: *debian9
ubuntu-20.04:
<<: *debian9
ubuntu-22.04:
<<: *debian9
centos-7: &centos7
env:
- BUNDLE_BUILD__PG="--with-pg-config=/usr/pgsql-13/bin/pg_config"

@ -1 +1 @@
registry = 'http://registry.npmjs.org/'
registry = 'https://registry.npmjs.org/'

Loading…
Cancel
Save