We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make binary-cross
Tunas-MacBook-Pro:kompose tuna$ make binary-cross CGO_ENABLED=1 ./script/make.sh binary-cross ---> Making bundle: binary-cross (in .) Number of parallel builds: 3 --> darwin/386: command-line-arguments --> linux/386: command-line-arguments --> linux/amd64: command-line-arguments --> windows/amd64: command-line-arguments --> windows/386: command-line-arguments --> darwin/amd64: command-line-arguments 6 errors occurred: --> linux/amd64 error: exit status 1 Stderr: can't load package: package command-line-arguments: cannot find package "command-line-arguments" in any of: /usr/local/go/src/command-line-arguments (from $GOROOT) /Users/tuna/Workspace/gocode/kompose/src/command-line-arguments (from $GOPATH) --> darwin/386 error: exit status 1 Stderr: can't load package: package command-line-arguments: cannot find package "command-line-arguments" in any of: /usr/local/go/src/command-line-arguments (from $GOROOT) /Users/tuna/Workspace/gocode/kompose/src/command-line-arguments (from $GOPATH) --> linux/386 error: exit status 1 Stderr: can't load package: package command-line-arguments: cannot find package "command-line-arguments" in any of: /usr/local/go/src/command-line-arguments (from $GOROOT) /Users/tuna/Workspace/gocode/kompose/src/command-line-arguments (from $GOPATH) --> windows/386 error: exit status 1 Stderr: can't load package: package command-line-arguments: cannot find package "command-line-arguments" in any of: /usr/local/go/src/command-line-arguments (from $GOROOT) /Users/tuna/Workspace/gocode/kompose/src/command-line-arguments (from $GOPATH) --> darwin/amd64 error: exit status 1 Stderr: can't load package: package command-line-arguments: cannot find package "command-line-arguments" in any of: /usr/local/go/src/command-line-arguments (from $GOROOT) /Users/tuna/Workspace/gocode/kompose/src/command-line-arguments (from $GOPATH) --> windows/amd64 error: exit status 1 Stderr: can't load package: package command-line-arguments: cannot find package "command-line-arguments" in any of: /usr/local/go/src/command-line-arguments (from $GOROOT) /Users/tuna/Workspace/gocode/kompose/src/command-line-arguments (from $GOPATH) make: *** [binary-cross] Error 1
The text was updated successfully, but these errors were encountered:
update main.go path for cross build
238dc75
fix kubernetes#256
Successfully merging a pull request may close this issue.
The text was updated successfully, but these errors were encountered: