Skip to content

dgodd/go-windows-buildpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Windows Buildpack User Documentation

Building the Buildpack

To use this buildpack, run the following command from the buildpack's directory:

  1. Build the buildpack
./scripts/build.ps1
  1. Use cfwindowsstager to test the buildpack
cfwindowsstager.exe --app .\fixtures\simple --buildpack .\go_buildpack-windows2016-v0.0.0.zip
  1. 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]

Reporting Issues

Open an issue on this project

Disclaimer

This buildpack is intended purely for educational use and is not intended for production use.