Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: restore ability to use occam with extensions #345

Merged
merged 1 commit into from
Nov 28, 2024

Conversation

mhdawson
Copy link
Member

Summary

Recent change to support multi-arch for buildpacks brokle occam for extensions. This was because extensions were being built with "pack buildpack package" which seems to work for extensions if a tgz is passed in but not an expanded directory.

Update to use "pack extension package" for extensions instead. Unfortunately pack does not yet seem to support multi-arch for extensions so we'll have to add the --target option for extensions after that has been added.

Use Cases

Checklist

  • I have viewed, signed, and submitted the Contributor License Agreement.
  • I have linked issue(s) that this PR should close using keywords or the Github UI (See docs)
  • I have added an integration test, if necessary.
  • I have reviewed the styleguide for guidance on my code quality.
  • I'm happy with the commit history on this PR (I have rebased/squashed as needed).

Recent change to support multi-arch for buildpacks brokle occam
for extensions. This was because extensions were being built
with "pack buildpack package" which seems to work for extensions
if a tgz is passed in but not an expanded directory.

Update to use "pack extension package" for extensions instead.
Unfortunately pack does not yet seem to support multi-arch
for extensions so we'll have to add the --target option
for extensions after that has been added.

Signed-off-by: Michael Dawson <[email protected]>
@ForestEckhardt ForestEckhardt added the semver:minor A change requiring a minor version bump label Nov 28, 2024
@ForestEckhardt ForestEckhardt enabled auto-merge (rebase) November 28, 2024 17:00
@ForestEckhardt ForestEckhardt merged commit f760b3a into paketo-buildpacks:main Nov 28, 2024
7 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver:minor A change requiring a minor version bump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants