Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: build cross-compiled binaries in bin/ by default
Otherwise GOARCH=386 PASSES="build integration" ./test fail on amd64 because the e2e tests can't find the binaries. Added a BINDIR option for writing the build output to somewhere else, in case it's needed.
- Loading branch information