arangodb icon indicating copy to clipboard operation
arangodb copied to clipboard

Support go1.16 and Apple Silicon

Open fxcoudert opened this issue 4 years ago • 1 comments
trafficstars

arangodb currently cannot build on Apple Silicon (https://github.com/Homebrew/homebrew-core/pull/68561), Apple's new ARM processor for macOS, because only go1.16 supports this platform (darwin-arm64).

fxcoudert avatar Jan 08 '21 12:01 fxcoudert

@fxcoudert should we just check go-1.16 possibility on our side or general ARM compatibility is required by Homebrew now? Can we mark somehow that we don't support ARM in our formula at the moment? If yes, can you please tell how to do it properly.

KVS85 avatar Jan 08 '21 16:01 KVS85

ArangoDB now can be built on darwin-arm64. Starter uses go1.19

nikita-vanyasin avatar Mar 03 '23 13:03 nikita-vanyasin