Skip to content

Commit

Permalink
Merge pull request #2 from lias-laboratory/arm_support
Browse files Browse the repository at this point in the history
Add ARM architecture support

Closes #1
  • Loading branch information
bchardin authored May 8, 2024
2 parents ff8e3dd + 5b15fef commit 881bb8f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,17 @@ You can read more about RQL using the following resources:

RQL building and deployment have been tested on:

* macOS Sonoma (with Docker Desktop),
* macOS Sonoma x86 and ARM (with Docker Desktop),
* Ubuntu 20.04.6 LTS
* Debian 12.5
* Raspberry Pi 5 with Pi OS Lite (64-bit)

In fact, any operating system that supports [Docker](https://www.docker.com/) should be able to build RQL.

The RQL front-end requires an x86 architecture.
Its Docker container can be run on an emulated environment.
On Linux ARM (e.g. Raspberry Pi), consider installing QEMU.

## Build

```console
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ services:
frontend:
container_name: rql_frontend
build: rql-ui/
platform: linux/amd64
image: rql:frontend-1.1.0-SNAPSHOT
depends_on:
- backend
Expand Down

0 comments on commit 881bb8f

Please sign in to comment.