mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 01:06:27 +00:00
update alpine install docs with riscv64 and no grub-dev
Signed-off-by: Avi Deitcher <avi@deitcher.net>
This commit is contained in:
parent
1c11777daf
commit
35ab64822d
@ -101,9 +101,9 @@ In the below, replace `linuxkit-arch` with each build machine's name:
|
|||||||
|
|
||||||
```sh
|
```sh
|
||||||
# one of these will not be necessary, as you will likely be executing it on one of these machines
|
# one of these will not be necessary, as you will likely be executing it on one of these machines
|
||||||
scp linuxkit-s390x:$LK_ROOT/tools/alpine/versions.s390x $LK_ROOT/tools/alpine/versions.s390x
|
for arch in x86_64 aarch64 riscv64; do
|
||||||
scp linuxkit-aarch64:$LK_ROOT/tools/alpine/versions.aarch64 $LK_ROOT/tools/alpine/versions.aarch64
|
scp linuxkit-$arch:$LK_ROOT/tools/alpine/versions.$arch $LK_ROOT/tools/alpine/versions.$arch
|
||||||
scp linuxkit-x86_64:$LK_ROOT/tools/alpine/versions.x86_64 $LK_ROOT/tools/alpine/versions.x86_64
|
done
|
||||||
git commit -a -s -m "tools/alpine: Update to latest"
|
git commit -a -s -m "tools/alpine: Update to latest"
|
||||||
git push $LK_REMOTE $LK_BRANCH
|
git push $LK_REMOTE $LK_BRANCH
|
||||||
```
|
```
|
||||||
@ -131,7 +131,6 @@ following which is an explanation of each one.
|
|||||||
# Update tools packages
|
# Update tools packages
|
||||||
cd $LK_ROOT/tools
|
cd $LK_ROOT/tools
|
||||||
$LK_ROOT/scripts/update-component-sha.sh --image $LK_ALPINE
|
$LK_ROOT/scripts/update-component-sha.sh --image $LK_ALPINE
|
||||||
git checkout grub-dev/Dockerfile
|
|
||||||
git checkout mkimage-rpi3/Dockerfile
|
git checkout mkimage-rpi3/Dockerfile
|
||||||
git commit -a -s -m "tools: Update to the latest linuxkit/alpine"
|
git commit -a -s -m "tools: Update to the latest linuxkit/alpine"
|
||||||
|
|
||||||
@ -183,7 +182,6 @@ Note, the `git checkout` reverts the changes made by
|
|||||||
Important is the `git checkout` of some sensitive packages that only can be built with
|
Important is the `git checkout` of some sensitive packages that only can be built with
|
||||||
specific older versions of upstream packages:
|
specific older versions of upstream packages:
|
||||||
|
|
||||||
* `grub-dev`
|
|
||||||
* `mkimage-rpi3`
|
* `mkimage-rpi3`
|
||||||
|
|
||||||
Only update those if you know what you are doing with them.
|
Only update those if you know what you are doing with them.
|
||||||
|
Loading…
Reference in New Issue
Block a user