update qemu to solve slow builds using qemu binfmt

Signed-off-by: Avi Deitcher <avi@deitcher.net>
This commit is contained in:
Avi Deitcher
2025-12-04 15:03:08 +02:00
committed by Avi Deitcher
parent a2753b8da3
commit c4e3043089
4 changed files with 6 additions and 13 deletions

View File

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

View File

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