From 1d5890bcd54d32fa10446010a5dbb67ce0df0991 Mon Sep 17 00:00:00 2001 From: Michal Biesek Date: Tue, 15 Aug 2023 13:14:50 +0200 Subject: [PATCH] Add riscv64 architecture to the cross build target [NO NEW TESTS NEEDED] Signed-off-by: Michal Biesek --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 705db2a7ce..693c9d1ff4 100644 --- a/Makefile +++ b/Makefile @@ -160,6 +160,7 @@ CROSS_BUILD_TARGETS := \ bin/podman.cross.linux.mipsle \ bin/podman.cross.linux.mips64 \ bin/podman.cross.linux.mips64le \ + bin/podman.cross.linux.riscv64 \ bin/podman.cross.freebsd.amd64 \ bin/podman.cross.freebsd.arm64