Don't build hyperkube anymore

This commit is contained in:
Darren Shepherd
2019-11-11 22:19:15 +00:00
parent 668fcf7e83
commit c3cb09cbdc
2 changed files with 2 additions and 3 deletions

View File

@@ -34,7 +34,6 @@ elif [ ${ARCH} = arm ]; then
BIN_SUFFIX="-armhf"
fi
cp -f ./bin/hyperkube dist/artifacts/hyperkube${BIN_SUFFIX}
CMD_NAME=dist/artifacts/k3s${BIN_SUFFIX}
go generate