From 1d2aab0efbb5263aa724dafd7dab8b1aea39fc1e Mon Sep 17 00:00:00 2001 From: niusmallnan Date: Mon, 18 Feb 2019 09:26:55 +0800 Subject: [PATCH] Update README --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a67ba38..8685971 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,13 @@ To build the tgz's and the kernel header & extras images, run: -`KERNEL_TAG=4.14.98 make release` +``` +git checkout tags/v4.14.98-rancher -b v4.14.98-rancher + +KERNEL_TAG=4.14.98 make release +``` + +You should build it on an arm64 host if you want to get an arm64 kernel. and if you're uploading them, set your GITHUB_TOKEN and login to docker hub, then run