Skip to content

SuaveIO/mono-builder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 

Repository files navigation

Build Mono runtime for use with the Heroku .NET buildpack.

To build:

$ docker build -t my-user/mono-builder cedar-14/.

To build and upload new Mono version:

$ docker run -v ${PWD}/cache:/var/cache -v ${PWD}/out:/var/out -e VERSION=4.4.2.11 -e STACK=cedar-14 my-user/mono-builder

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%