Skip to content

Commit 0ca3298

Browse files
author
David O'Sullivan
committed
Fixed issue with offline packaging for cflinuxfs4/jammy
1 parent 5c598d9 commit 0ca3298

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)