mirror of
https://github.com/minio/minio.git
synced 2025-10-30 00:05:02 -04:00
Golang 1.6 is default version for the build now. Additionally set 'GODEBUG=cgocheck=0' for now, until we fix the erasure coding package. Readmore here https://tip.golang.org/doc/go1.6#cgo
Introduction
Erasure is an open source Golang library written on top of ISAL (Intel Intelligent Storage Library) released under Apache license v2
Developers
Supported platforms
| Name | Supported |
|---|---|
| Linux | Yes |
| Windows | Not yet |
| Mac OSX | Yes |
Supported architectures
| Arch | Supported |
|---|---|
| x86-64 | Yes |
| arm64 | Not yet |
| i386 | Never |