1
0
mirror of https://github.com/rancher/os-kernel.git synced 2025-04-27 10:20:49 +00:00

Update README

This commit is contained in:
niusmallnan 2019-02-18 09:26:55 +08:00
parent 3418ec9415
commit 1d2aab0efb

View File

@ -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