Add GOXC configuration to build binaries for multiple architectures (fix #2)
This commit is contained in:
parent
2e3fd88604
commit
b678d2e8ea
|
@ -1,3 +1,5 @@
|
||||||
|
/dist
|
||||||
|
|
||||||
# Compiled Object files, Static and Dynamic libs (Shared Objects)
|
# Compiled Object files, Static and Dynamic libs (Shared Objects)
|
||||||
*.o
|
*.o
|
||||||
*.a
|
*.a
|
||||||
|
|
|
@ -0,0 +1,12 @@
|
||||||
|
{
|
||||||
|
"AppName": "gotty-client",
|
||||||
|
"ArtifactsDest": "dist",
|
||||||
|
"OutPath": "{{.Dest}}{{.PS}}{{.Version}}{{.PS}}{{.ExeName}}_{{.Version}}_{{.Os}}_{{.Arch}}{{.Ext}}",
|
||||||
|
"TasksExclude": [
|
||||||
|
"go-test",
|
||||||
|
"go-vet"
|
||||||
|
],
|
||||||
|
"MainDirsExclude": "vendor,Godeps,testdata",
|
||||||
|
"PackageVersion": "1.0.1",
|
||||||
|
"ConfigVersion": "0.9"
|
||||||
|
}
|
|
@ -79,6 +79,7 @@ Mon Aug 24 18:54:38 CEST 2015
|
||||||
|
|
||||||
* Add 'homebrew support' ([#1](https://github.com/moul/gotty-client/issues/1))
|
* Add 'homebrew support' ([#1](https://github.com/moul/gotty-client/issues/1))
|
||||||
* Add Changelog ([#5](https://github.com/moul/gotty-client/issues/5))
|
* Add Changelog ([#5](https://github.com/moul/gotty-client/issues/5))
|
||||||
|
* Add GOXC configuration to build binaries for multiple architectures ([#2](https://github.com/moul/gotty-client/issues/2))
|
||||||
|
|
||||||
[full commits list](https://github.com/moul/gotty-client/compare/v1.0.1...master)
|
[full commits list](https://github.com/moul/gotty-client/compare/v1.0.1...master)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue