-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]>
- Loading branch information
1 parent
eebbe41
commit 9b665d9
Showing
2 changed files
with
25 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters