Skip to content

tcnksm-sample/wercker-golang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wercker box & step for golang

wercker status

This is a sample project to use wecker box and step for golang.

Box

For base box, tcnksm/wercker-box-gox is used. This is box for mitchellh/gox which enables you to cross-compile golang project parallelly.

Step

For build steps, below steps are used,

And deploying, tcnksm/wercker-step-ghr is used. This is Wercker step for tcnksm/gh r, which enables you to create Github Release and uploading artifacts.