Update vendor directory
This commit is contained in:
4
vendor/github.com/jessevdk/go-flags/check_crosscompile.sh
generated
vendored
4
vendor/github.com/jessevdk/go-flags/check_crosscompile.sh
generated
vendored
@@ -14,3 +14,7 @@ echo '# darwin'
|
||||
GOARCH=amd64 GOOS=darwin go build
|
||||
echo '# freebsd'
|
||||
GOARCH=amd64 GOOS=freebsd go build
|
||||
echo '# aix ppc64'
|
||||
GOARCH=ppc64 GOOS=aix go build
|
||||
echo '# solaris amd64'
|
||||
GOARCH=amd64 GOOS=solaris go build
|
||||
|
||||
Reference in New Issue
Block a user