Skip to content

Commit f47ba73

Browse files
committed
chore: Add ARM64 linux GNU as supported to README
1 parent 3b385e5 commit f47ba73

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

β€Žpackages/cubejs-backend-native/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99

1010
Native module for Cube.js (binding to Rust codebase).
1111

12+
## Supported architectures and platforms
13+
14+
> If your platform/architecture is not supported, you can launch Cube
15+
> using Docker.
16+
1217
[Learn more](https://github.com/cube-js/cube.js#getting-started)
1318

1419
### License

β€Žrust/cubesql/cubesql/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
[![GitHub Actions](https://github.com/cube-js/cube.js/workflows/Rust/badge.svg)](https://github.com/cube-js/cube.js/actions?query=workflow%3ARust+branch%3Amaster)
99
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fcube-js%2Fcube.js.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fcube-js%2Fcube.js?ref=badge_shield)
1010

11-
# Cube SQL
11+
# Cube SQL API
1212

13-
SQL API for Cube as proxy over MySQL protocol.
13+
Cube SQL API allows querying Cube via MySQL-compatible SQL.
1414

1515
## License
1616

β€Žrust/cubestore/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ and deployment instructions for Cube Store.
6161
| -------- | :---------: | :----------: | :------: | :-----: |
6262
| `x86` | N/A | N/A | N/A | N/A |
6363
| `x86_64` | βœ… | βœ… | βœ… | βœ… |
64-
| `arm64` | | | βœ…[1] | |
64+
| `arm64` | βœ… | | βœ…[1] | |
6565

6666
[1] It can be launched using Rosetta 2 via the `x86_64-apple` binary.
6767

0 commit comments

Comments
Β (0)