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

Add support for the static stack #175

Open
dmikusa opened this issue Apr 5, 2023 · 0 comments
Open

Add support for the static stack #175

dmikusa opened this issue Apr 5, 2023 · 0 comments
Labels
hacktoberfest note:good-first-issue A good first issue to get started with note:ideal-for-contribution An issue that a contributor can help us with type:enhancement A general enhancement

Comments

@dmikusa
Copy link
Contributor

dmikusa commented Apr 5, 2023

Describe the Enhancement

The static stack is even smaller than tiny. It's designed for using with static binaries like from Go or Rust. It has a different stack id, so we need to add a check for that here.

https://github.com/paketo-buildpacks/procfile/blob/main/procfile/build.go#L49

Motivation

The static stack is a place where folks might want to use a Procfile.

@dmikusa dmikusa added the type:enhancement A general enhancement label Apr 5, 2023
@dmikusa dmikusa added note:ideal-for-contribution An issue that a contributor can help us with note:good-first-issue A good first issue to get started with labels Apr 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest note:good-first-issue A good first issue to get started with note:ideal-for-contribution An issue that a contributor can help us with type:enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

1 participant