mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-10 16:46:23 +00:00
update qemu to solve slow builds using qemu binfmt
Signed-off-by: Avi Deitcher <avi@deitcher.net>
This commit is contained in:
committed by
Avi Deitcher
parent
a2753b8da3
commit
c4e3043089
@@ -17,7 +17,7 @@ trap clean_up EXIT
|
||||
|
||||
# Test code goes here
|
||||
linuxkit build --format kernel+initrd --name "${NAME}" test.yml
|
||||
RESULT="$(linuxkitrun ${NAME})"
|
||||
RESULT="$(linuxkitrun --mem 2048 ${NAME})"
|
||||
echo "${RESULT}"
|
||||
echo "${RESULT}" | grep -q "suite PASSED"
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ init:
|
||||
- linuxkit/runc:3c079dfa25a05653db203c2abfb329c4e08ba6f9
|
||||
onboot:
|
||||
- name: binfmt
|
||||
image: linuxkit/binfmt:594ef260c28aa6d85273b8f08ba3076d340c54d7
|
||||
image: linuxkit/binfmt:4924dc6b9aa7e0bcc6fe8825c24471eac4684108
|
||||
- name: test
|
||||
image: alpine:3.13
|
||||
binds:
|
||||
|
||||
Reference in New Issue
Block a user