From f7b62caccc526df567d18c4612f4ac48738d351d Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Thu, 12 Mar 2015 16:36:57 -0700 Subject: [PATCH] Update erasure README with supported architecture list --- pkg/encoding/erasure/README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/pkg/encoding/erasure/README.md b/pkg/encoding/erasure/README.md index eed992175..cafa80eb3 100644 --- a/pkg/encoding/erasure/README.md +++ b/pkg/encoding/erasure/README.md @@ -7,3 +7,19 @@ Erasure is an open source Golang library written on top of ISAL (Intel Intellige * [Build Dependencies](./BUILDDEPS.md) * [Development Workflow](./CONTRIBUTING.md#developer-guidelines) * [Developer discussions and bugs](https://github.com/Minio-io/erasure/issues) + +### Supported platforms + +| Name | Supported | +| ------------- | ------------- | +| Linux | Yes | +| Windows | Not yet | +| Mac OSX | Yes | + +### Supported architectures + +| Arch | Supported | +| ------------- | ------------- | +| x86-64 | Yes | +| arm64 | Not yet| +| i386 | Never |