bazarms / jobflow

A tool written in Go designed to execute a flow of jobs, which are themselves composed of tasks, as the same way of Ansible or some CI tools such as Travis, Gitlab or Circle.
GNU General Public License v3.0
2 stars 0 forks source link

[jobflow]: gox cross-compile failed on windows/amd64 & linux/amd64 #61

Open uthng opened 5 years ago

uthng commented 5 years ago
±% make build
rm -rf bin
gox -osarch="darwin/amd64 windows/amd64 linux/amd64" -ldflags="-s -w" \
    -output="bin/{{.OS}}_{{.Arch}}/"jobflow .
Number of parallel builds: 3

-->     linux/amd64: github.com/uthng/jobflow
-->    darwin/amd64: github.com/uthng/jobflow
-->   windows/amd64: github.com/uthng/jobflow

2 errors occurred:
--> linux/amd64 error: exit status 1
Stderr: build github.com/uthng/jobflow: cannot find module for path github.com/google/go-github/v28/github

--> windows/amd64 error: exit status 1
Stderr: build github.com/uthng/jobflow: cannot find module for path github.com/google/go-github/v28/github

make: *** [build] Error 1