From e811d40d88b4db92dc169398104abf19cb88046f Mon Sep 17 00:00:00 2001 From: Michael Thomsen Date: Tue, 4 Feb 2025 14:59:14 +0100 Subject: [PATCH] Mark ia32 unsupported --- src/content/get-dart/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/get-dart/index.md b/src/content/get-dart/index.md index b657140234..cffd38a190 100644 --- a/src/content/get-dart/index.md +++ b/src/content/get-dart/index.md @@ -41,8 +41,8 @@ to develop and run Dart code. | Platform | x64 | IA32 (x86) | Arm32 | Arm64 | RISC-V (RV64GC) | OS Versions | |----------|:-------:|:----------:|:-------:|:-------:|:---------------:|-------------------------------------------------------------| -| Windows | {{yes}} | {{rem}} | {{no}} | {{yes}} | {{na}} | [10], [11][] | -| Linux | {{yes}} | {{rem}} | {{yes}} | {{yes}} | {{yes}} | [Debian stable][],
[Ubuntu LTS][] under standard support | +| Windows | {{yes}} | {{no}} | {{no}} | {{yes}} | {{na}} | [10], [11][] | +| Linux | {{yes}} | {{no}} | {{yes}} | {{yes}} | {{yes}} | [Debian stable][],
[Ubuntu LTS][] under standard support | | macOS | {{yes}} | {{no}} | {{na}} | {{yes}} | {{na}} | {{macversions}} | {:.table .table-striped}