From 9f0d89a36d06dde6c21cce92642d8ddbd721f32e Mon Sep 17 00:00:00 2001 From: kim Date: Wed, 5 Feb 2025 12:57:20 +0000 Subject: [PATCH] whoops, remove the BSD section being referenced for the linux builds --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f1899b802..56f43a7d7 100644 --- a/README.md +++ b/README.md @@ -278,8 +278,8 @@ This is the current status of support offered by GoToSocial for different platfo | OS | Architecture | Support level | Binary archive | Docker container | | ------- | ----------------------- | ----------------------------------------- | -------------- | ---------------- | -| Linux | x86-64/AMD64 (64-bit) | 🟢 Full[1](#64-bit),[2](#bsds) | Yes | Yes | -| Linux | Armv8/ARM64 (64-bit) | 🟢 Full[1](#64-bit),[2](#bsds) | Yes | Yes | +| Linux | x86-64/AMD64 (64-bit) | 🟢 Full[1](#64-bit) | Yes | Yes | +| Linux | Armv8/ARM64 (64-bit) | 🟢 Full[1](#64-bit) | Yes | Yes | | FreeBSD | x86-64/AMD64 (64-bit) | 🟢 Full[1](#64-bit),[2](#bsds) | Yes | No | | FreeBSD | Armv8/ARM64 (64-bit) | 🟢 Full[1](#64-bit),[2](#bsds) | Yes | No | | NetBSD | x86-64/AMD64 (64-bit) | 🟢 Full[1](#64-bit),[2](#bsds) | Yes | No |