fix compilation error on 386
Update github.com/safchain/ethtool to fix the compilation error on 386. Also added 386 to the tarvis yaml. Fixes #322 Signed-off-by: Moshe Levi <moshele@mellanox.com>
This commit is contained in:
4
vendor/github.com/safchain/ethtool/Makefile
generated
vendored
Normal file
4
vendor/github.com/safchain/ethtool/Makefile
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
all: build
|
||||
|
||||
build:
|
||||
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build
|
||||
Reference in New Issue
Block a user