Skip to content

Commit

Permalink
Merge pull request #203 from paketo-buildpacks/bugfix/offline-package…
Browse files Browse the repository at this point in the history
…-platform

Correctly read platform for offline package
  • Loading branch information
ekcasey authored Mar 10, 2021
2 parents 4cbd38a + 8538e75 commit e3a5489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octo/offline_packages.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ func contributeOfflinePackage(descriptor Descriptor, offlinePackage OfflinePacka
Run: StatikString("/create-package.sh"),
Env: map[string]string{
"INCLUDE_DEPENDENCIES": "true",
"OS": descriptor.Package.Platform.OS,
"OS": offlinePackage.Platform.OS,
"VERSION": "${{ steps.version.outputs.version }}",
},
},
Expand Down

0 comments on commit e3a5489

Please sign in to comment.