We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
targets
buildpack.toml
and then be able to only copy from linux/a(md|rm)64/bin to bin
linux/a(md|rm)64/bin
bin
after calling pre package, move the proper files under bin/
bin/
support occam testing fwk that calls pre-package this way:
occam
pre-package
https://github.com/paketo-buildpacks/occam/blob/main/packagers/libpak.go#L19
which is in turn used this way:
libpakBuildpackStore := occam.NewBuildpackStore().WithPackager(packagers.NewLibpak()) watchexecBuildpack, err = libpakBuildpackStore.Get. Execute("github.com/paketo-buildpacks/watchexec")
The text was updated successfully, but these errors were encountered:
tests/watchexec: direct image instead of occam packager
7e6301f
See paketo-buildpacks/libpak#321, create-package is not able to support multiarch buildpacks and watchexec was just released multiarch
70eda1e
5e3cbb7
33ef48f
No branches or pull requests
create-package should support multi arch buildpacks
it should understand the
targets
entries inbuildpack.toml
and then be able to only copy from
linux/a(md|rm)64/bin
tobin
Possible Solution
after calling pre package, move the proper files under
bin/
Motivation
support
occam
testing fwk that callspre-package
this way:https://github.com/paketo-buildpacks/occam/blob/main/packagers/libpak.go#L19
which is in turn used this way:
The text was updated successfully, but these errors were encountered: