Skip to content

Docker compilation of applications used by Rhasspy and voice2json

Notifications You must be signed in to change notification settings

synesthesiam/prebuilt-apps

Repository files navigation

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.