mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-26 20:18:52 +00:00
fix arm build
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
85ed0cef64
commit
3d6ba289d1
@ -37,6 +37,8 @@ Dockerfile.armhf: Dockerfile
|
|||||||
sed '/nc-vsock/d' | \
|
sed '/nc-vsock/d' | \
|
||||||
sed '/vsudd/d' | \
|
sed '/vsudd/d' | \
|
||||||
sed '/gummiboot/d' | \
|
sed '/gummiboot/d' | \
|
||||||
|
grep -v 'tap-vsockd' | \
|
||||||
|
grep -v '9pmount-vsock' | \
|
||||||
grep -v 'rc-update add binfmt_misc sysinit' > $@
|
grep -v 'rc-update add binfmt_misc sysinit' > $@
|
||||||
|
|
||||||
initrd-arm.img: Dockerfile.armhf
|
initrd-arm.img: Dockerfile.armhf
|
||||||
|
Loading…
Reference in New Issue
Block a user