From 1599355b1934b58ccc43400ab4256f1b387aee5d Mon Sep 17 00:00:00 2001 From: nobody5050 <32989720+nobody5050@users.noreply.github.com> Date: Tue, 7 Jan 2025 23:24:58 -0600 Subject: [PATCH] Remove x86 as a target from example json (#49) --- ExampleVendorJson.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/ExampleVendorJson.json b/ExampleVendorJson.json index f939ff7..f43fae2 100644 --- a/ExampleVendorJson.json +++ b/ExampleVendorJson.json @@ -24,7 +24,6 @@ "isJar": false, "validPlatforms": [ "windowsx86-64", - "windowsx86", "linuxarm64", "linuxx86-64", "linuxathena", @@ -44,7 +43,6 @@ "skipInvalidPlatforms": true, "binaryPlatforms": [ "windowsx86-64", - "windowsx86", "linuxarm64", "linuxx86-64", "linuxathena", @@ -62,7 +60,6 @@ "skipInvalidPlatforms": true, "binaryPlatforms": [ "windowsx86-64", - "windowsx86", "linuxarm64", "linuxx86-64", "linuxathena",