From f1de5c0748802c4f8ac67ca2f14a439b78e086f4 Mon Sep 17 00:00:00 2001 From: Georgi Ivanov Date: Wed, 10 Jan 2024 00:11:44 +0200 Subject: [PATCH] supported platforms (#2501) --- .github/CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 8bebe8ec364..bcced8e7f72 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -79,8 +79,8 @@ export PATH=/out:$PATH # Puts the built CLI first in your ### Compiling for Other Operating Systems and Architectures -The supported platforms for the CF CLI are Linux (32-bit and 64-bit), Windows -(32-bit and 64-bit) and OSX (aka Darwin). The commands that build the binaries +The supported platforms for the CF CLI are Linux (x86, x86-64 and arm64) , Windows +(x86 and x86-64) and OSX (aka Darwin x86-64 and arm64). The commands that build the binaries can be seen in the [Makefile](/Makefile) where the target begins with the `out/cf-cli`.