mirror of
https://github.com/peco/peco.git
synced 2026-09-10 07:16:29 -04:00
This is a temporary fix to automate shipping via docker
This commit is contained in:
parent
7a9e00712f
commit
cbd5fd7487
|
|
@ -123,6 +123,7 @@ func buildBinaries() {
|
|||
goxcArgs := []string{
|
||||
"-tasks", "xc archive",
|
||||
"-bc", "linux windows darwin",
|
||||
"-wd", "/work/src/github.com/peco/peco/src/github.com/peco/peco",
|
||||
"-d", os.Args[2],
|
||||
"-resources-include", "README*,Changes",
|
||||
"-main-dirs-exclude", "_demos,examples,build",
|
||||
|
|
|
|||
Loading…
Reference in a new issue