Skip to content

Commit ab6ccf6

Browse files
Merge pull request #989 from cloudfoundry/jammy
Fixed issue with offline packaging for cflinuxfs4/jammy
2 parents 5c598d9 + 0ca3298 commit ab6ccf6

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
@@ -73,7 +73,7 @@ def self.version
7373

7474
BUILDPACK_VERSION = JavaBuildpack::BuildpackVersion.new(false).freeze
7575

76-
PLATFORMS = %w[bionic].freeze
76+
PLATFORMS = %w[bionic jammy].freeze
7777

7878
STAGING_DIR = "#{BUILD_DIR}/staging".freeze
7979

0 commit comments

Comments
 (0)