From de99f8bcc70b112bf5a31edcd0961e7ad37df7ca Mon Sep 17 00:00:00 2001 From: Hiroshi Hatake Date: Thu, 2 May 2024 20:42:37 +0900 Subject: [PATCH] installation: macos: Remove Apple silicon restrictions (#1364) This is because recent GHA's macos-latest is replaced with Apple Silicon based worker. We don't need to mention Apple Silicon restriction. Signed-off-by: Hiroshi Hatake --- installation/macos.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/installation/macos.md b/installation/macos.md index b872b4509..0c890152a 100644 --- a/installation/macos.md +++ b/installation/macos.md @@ -1,7 +1,6 @@ # macOS -Fluent Bit is compatible with latest Apple macOS system on x86_64 and Apple Silicon M1 architectures. -At the moment there is only an official supported package on x86_64 but you can build it from source as well by following the instructions below. +Fluent Bit is compatible with latest Apple macOS system on x86_64 and Apple Silicon architectures. ## Installation Packages