Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.09 KB

README.md

File metadata and controls

36 lines (27 loc) · 1.09 KB

Pre-Built Apps

Docker buildx compilation of applications used by Rhasspy and voice2json.

Applications

Platforms

  • amd64 (desktop/laptop/server)
  • arm/v7 (Raspberry Pi 2/3)
  • arm64 (Raspberry Pi 3+/4)
  • arm/v6 (Raspberry Pi 0/1)

Building

Set the DOCKER_REGISTRY environment variable to your local Docker registry (needed for manifest support). Make sure to include a final /

$ git clone https://github.com/synesthesiam/prebuilt-apps.git
$ cd prebuilt-apps/
$ make

This may take all day and all night. Artifacts will be in the dist/ directory.