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

create-package should support multi arch buildpacks #321

Open
anthonydahanne opened this issue Mar 27, 2024 · 0 comments
Open

create-package should support multi arch buildpacks #321

anthonydahanne opened this issue Mar 27, 2024 · 0 comments
Labels
type:enhancement A general enhancement

Comments

@anthonydahanne
Copy link
Member

create-package should support multi arch buildpacks

it should understand the targets entries in buildpack.toml

and then be able to only copy from linux/a(md|rm)64/bin to bin

Possible Solution

after calling pre package, move the proper files under bin/

Motivation

support occam testing fwk that calls pre-package this way:

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")
@anthonydahanne anthonydahanne added the type:enhancement A general enhancement label Mar 27, 2024
arjun024 added a commit to paketo-buildpacks/nginx that referenced this issue Apr 25, 2024
See paketo-buildpacks/libpak#321, create-package is not able to support
multiarch buildpacks and watchexec was just released multiarch
arjun024 added a commit to paketo-buildpacks/nginx that referenced this issue Apr 25, 2024
See paketo-buildpacks/libpak#321, create-package is not able to support
multiarch buildpacks and watchexec was just released multiarch
arjun024 added a commit to paketo-buildpacks/nginx that referenced this issue Apr 25, 2024
See paketo-buildpacks/libpak#321, create-package is not able to support
multiarch buildpacks and watchexec was just released multiarch
arjun024 added a commit to paketo-buildpacks/nginx that referenced this issue Apr 26, 2024
See paketo-buildpacks/libpak#321, create-package is not able to support
multiarch buildpacks and watchexec was just released multiarch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

1 participant