From 9de66ed92b6966bef1851ec74f950ad568473c06 Mon Sep 17 00:00:00 2001 From: Hangfan Li Date: Mon, 30 Dec 2024 17:24:20 +0800 Subject: [PATCH] fix... --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index 662d16a..ce92a43 100755 --- a/test.sh +++ b/test.sh @@ -28,7 +28,7 @@ cat /proc/sys/fs/binfmt_misc/qemu-aarch64 grep -q '^flags: F$' /proc/sys/fs/binfmt_misc/qemu-aarch64 # It should output the result of "uname -m". -docker pull arm64v8/ubuntu +docker pull --platform linux/arm64 arm64v8/ubuntu docker run --rm -t arm64v8/ubuntu uname -m # It should install a package. docker build --rm -t "test/latest/ubuntu" -<