Skip to content

Commit 2462730

Browse files
committed
Add trust to list of platforms
This change adds ubuntu Trust (14.04) to the list of packaged platform artifacts.
1 parent cdfcb46 commit 2462730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rakelib/package.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def self.version
3232

3333
BUILDPACK_VERSION = JavaBuildpack::BuildpackVersion.new(false).freeze
3434

35-
PLATFORMS = %w(centos6 lucid mountainlion precise).freeze
35+
PLATFORMS = %w(centos6 lucid mountainlion precise trusty).freeze
3636

3737
STAGING_DIR = "#{BUILD_DIR}/staging".freeze
3838

0 commit comments

Comments
 (0)