diff --git a/docker/rpi/rpi.hcl b/docker/rpi/rpi.hcl index 66f97c16d..cb5511069 100644 --- a/docker/rpi/rpi.hcl +++ b/docker/rpi/rpi.hcl @@ -1,12 +1,12 @@ target deps { dockerfile = "docker/main/Dockerfile" - platforms = ["linux/arm64"] + platforms = ["linux/arm64","linux/arm/v7"] target = "deps" } target rootfs { dockerfile = "docker/main/Dockerfile" - platforms = ["linux/arm64"] + platforms = ["linux/arm64","linux/arm/v7"] target = "rootfs" } @@ -16,5 +16,5 @@ target rpi { deps = "target:deps", rootfs = "target:rootfs" } - platforms = ["linux/arm64"] + platforms = ["linux/arm64","linux/arm/v7"] } \ No newline at end of file