From c03256e23cf925d9909d707fdba79dfb867030b6 Mon Sep 17 00:00:00 2001 From: JiaLing Zhang Date: Fri, 2 Feb 2024 13:12:02 +0800 Subject: [PATCH] Add LoongArch support for libpod Change Makefile. [NO NEW TESTS NEEDED] Signed-off-by: JiaLing Zhang --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index c0e500717b..4abb5d9f85 100644 --- a/Makefile +++ b/Makefile @@ -167,6 +167,7 @@ CROSS_BUILD_TARGETS := \ bin/podman.cross.linux.arm64 \ bin/podman.cross.linux.386 \ bin/podman.cross.linux.s390x \ + bin/podman.cross.linux.loong64 \ bin/podman.cross.linux.mips \ bin/podman.cross.linux.mipsle \ bin/podman.cross.linux.mips64 \