Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 1.12 KB

README.md

File metadata and controls

22 lines (12 loc) · 1.12 KB

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.