Skip to content
This repository was archived by the owner on Oct 17, 2024. It is now read-only.

theprojectlist/blackstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

blackstrap

GitHub Workflow Status Docker Image Size (latest by date) Docker Pulls

Docker-based distributed Blender render farm.

Developing

For the most part, all you need to test blackstrap is Docker. If you want to try building for ARM, though, you need to install the proper architecture emulator:

$ docker run --privileged --rm tonistiigi/binfmt --install arm64

Then, you can build the for the ARM platform by adding linux/arm64 to the --platform list supplied to Buildx. Because Docker must emulate a different CPU architecture, there is a very large performance hit. Building for ARM on x86-64 takes a lot longer.

$ docker buildx build --platform linux/amd64,linux/arm64 .

About

Docker-based distributed Blender render farm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published