Skip to content

Commit

Permalink
Add GOXC configuration to build binaries for multiple architectures (fix
Browse files Browse the repository at this point in the history
 #2)
  • Loading branch information
moul committed Sep 27, 2015
1 parent 2e3fd88 commit b678d2e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/dist

# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a
Expand Down
12 changes: 12 additions & 0 deletions .goxc.json
Original file line number Diff line number Diff line change
@@ -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"
}
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 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)

Expand Down

0 comments on commit b678d2e

Please sign in to comment.