To use this buildpack, run the following command from the buildpack's directory:
- Build the buildpack
./scripts/build.ps1
- Use cfwindowsstager to test the buildpack
cfwindowsstager.exe --app .\fixtures\simple --buildpack .\go_buildpack-windows2016-v0.0.0.zip
- Use in Cloud Foundry Upload the buildpack to your Cloud Foundry and optionally specify it by name
cf create-buildpack [BUILDPACK_NAME] [BUILDPACK_ZIP_FILE_PATH] 1
cf push my_app [-b BUILDPACK_NAME]
Open an issue on this project
This buildpack is intended purely for educational use and is not intended for production use.