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

feat: allow occam to cope with pack limitations #339

Merged
merged 2 commits into from
Nov 19, 2024

Commits on Oct 4, 2024

  1. feat: allow occam to cope with pack limitations

    pack seems to be very limited in the options it will
    accept when building for multi-arch. It does not
    seem to accept a path with a tgz as input and only
    works properly if you build in an exploded directory.
    Otherwise it appears to have built the cnb file but
    the structure of the bin directory is incorrect and
    the executables cannot be found.
    
    Update the jam packager to work around this by exploding
    the tgz after creating it and then build in that
    exploded directory.
    
    It is still a good idea to build the tgz as that
    filters the files based on what is specified in the
    buildpack.toml.
    
    Signed-off-by: Michael Dawson <[email protected]>
    mhdawson committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    9e22321 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. Configuration menu
    Copy the full SHA
    ed02804 View commit details
    Browse the repository at this point in the history