Skip to content

Arch build recipe to build on top of Minimal Manjaro

Notifications You must be signed in to change notification settings

drykxs/ovos-image-arch-recipe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 

Repository files navigation

ovos-image-arch-recipe


Forked for Fedora 38 / podman


First, create the Docker container:

$ podman build . -t ovos-image-builder

Then, run the container to create a OVOS Image. Set CORE_REF to the branch of ovos-core that you want to build and RECIPE_REF to the branch of ovos-image-recipe you want to use. Set MAKE_THREADS to the number of threads to use for make processes. Set BUILD_TYPE for hardware target.

Manjaro arch image recipe has support for building images for two different hardware targets.

Respeaker Hardware Target:

podman run --privileged \
-v $pwd/output/:/output:rw \
-v /run/systemd/resolve:/run/systemd/resolve \
-e CORE_REF=${CORE_REF:-dev} \
-e RECIPE_REF=${RECIPE_REF:-master} \
-e MAKE_THREADS=${MAKE_THREADS:-4} \
-e BUILD_TYPE=respeaker \
--network=host \
--name=ovos-image-builder \
ovos-image-builder

About

Arch build recipe to build on top of Minimal Manjaro

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 56.1%
  • Python 39.0%
  • HTML 2.2%
  • JavaScript 2.0%
  • Dockerfile 0.7%