limit job parallelism
Some checks failed
Build and Publish / build-release (push) Failing after 4m35s

This commit is contained in:
2026-04-13 16:35:45 -05:00
parent e145d3bb3e
commit fd47a80057

View File

@@ -31,9 +31,13 @@ jobs:
- name: Build Docker Image via Nix Flake
run: |
nix build .#dockerImage --print-build-logs
NIX_BUILD_CORES=2 nix build .#dockerImage --max-jobs=2 --print-build-logs
docker load < result
- name: Push closure to Attic cache
run: |
attic push ${{ secrets.ATTIC_CACHE }} ./result
- name: Log in to Gitea Container Registry
uses: docker/login-action@v3
with: