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

Windows Buildpackages #116

Merged
merged 1 commit into from
Nov 20, 2020
Merged

Windows Buildpackages #116

merged 1 commit into from
Nov 20, 2020

Conversation

nebhale
Copy link
Member

@nebhale nebhale commented Nov 18, 2020

This change adds support for windows buildpackages by adding a Package.Platform descriptor entry. This allows you to declare an OS which, if not specified defaults to "linux". It also enables the pack experimental flag for windows buildpackages.

See pivotal-cf/tanzu-dotnet-framework#25 for an example pipeline.

[resolves #107]

@nebhale nebhale added semver:minor A change requiring a minor version bump type:enhancement A general enhancement labels Nov 18, 2020
@nebhale nebhale force-pushed the windows-buildpackages branch 2 times, most recently from edba3bf to 789d17a Compare November 19, 2020 15:40
@nebhale nebhale marked this pull request as ready for review November 19, 2020 15:41
@nebhale nebhale requested a review from a team November 19, 2020 15:41
This change adds support for windows buildpackages by adding a
Package.Platform descriptor entry.  This allows you to declare an OS which, if
not specified defaults to "linux".  It also enables the pack experimental flag
for windows buildpackages.

Signed-off-by: Ben Hale <bhale@vmware.com>
@micahyoung
Copy link

This works great for us! We'll be using it with all our new packages, and I'm already trying it out with a few buildpacks of my own. Thank you!

@ekcasey ekcasey merged commit 50e6249 into main Nov 20, 2020
@ekcasey ekcasey deleted the windows-buildpackages branch November 20, 2020 14:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver:minor A change requiring a minor version bump type:enhancement A general enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for windows buildpackages
3 participants