From bfe0b9d18ef0624dd382c2ead4fa8961ced6a705 Mon Sep 17 00:00:00 2001 From: "Alexander A. Klimov" Date: Thu, 19 Jan 2023 10:18:28 +0100 Subject: [PATCH] Also build linux/386 --- platforms.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platforms.txt b/platforms.txt index d08026c..4efce31 100644 --- a/platforms.txt +++ b/platforms.txt @@ -1 +1 @@ -linux/amd64,linux/arm/v7,linux/arm64/v8 +linux/386,linux/amd64,linux/arm/v7,linux/arm64/v8