We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdfcb46 commit 2462730Copy full SHA for 2462730
rakelib/package.rb
@@ -32,7 +32,7 @@ def self.version
32
33
BUILDPACK_VERSION = JavaBuildpack::BuildpackVersion.new(false).freeze
34
35
- PLATFORMS = %w(centos6 lucid mountainlion precise).freeze
+ PLATFORMS = %w(centos6 lucid mountainlion precise trusty).freeze
36
37
STAGING_DIR = "#{BUILD_DIR}/staging".freeze
38
0 commit comments