core/build.sh in perfmonger-0.10.2 vs core/build.sh in perfmonger-0.11.0
- old
+ new
@@ -26,10 +26,10 @@
esac
TARGET=("${os} ${arch}")
else
# cross build
- TARGET=("linux 386" "linux amd64" "darwin amd64")
+ TARGET=("linux amd64" "darwin amd64")
fi
set -e
GO_DEPS=$(ls subsystem/*.go; ls utils.go)