1
0
mirror of https://github.com/coturn/coturn.git synced 2026-05-05 10:46:10 +02:00
This commit is contained in:
tyranron 2025-02-17 15:19:31 +02:00
parent 27d3ea427e
commit e351d20095
No known key found for this signature in database
GPG Key ID: 762E144FB230A4F0

View File

@ -39,7 +39,8 @@ jobs:
fetch-depth: 0 # for correct image labeling via `git describe --tags`
- uses: docker/setup-buildx-action@v3
- name: Configure `max-parallelism = 1` for Docker BuildKit
run: echo "[worker.oci]\nmax-parallelism = 1"
run: echo "[worker.oci]
max-parallelism = 1"
>> /tmp/buildkitd.toml
if: ${{ matrix.arch == 'ppc64le' }}
- run: cat /tmp/buildkitd.toml