1 build, as builds that rely on common packages building at the same time can cause issues

This commit is contained in:
Isaac Shoebottom 2025-01-26 16:15:49 -04:00
parent 14ab9137f4
commit 8812a44af0

View File

@ -10,5 +10,5 @@ services:
- /docker/appdata/aurcache/db:/app/db - /docker/appdata/aurcache/db:/app/db
- /docker/appdata/aurcache/repo:/app/repo - /docker/appdata/aurcache/repo:/app/repo
environment: environment:
- MAX_CONCURRENT_BUILDS=5 - MAX_CONCURRENT_BUILDS=1
privileged: true privileged: true