mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-09-06 20:13:12 +02:00
add limit cpu
This commit is contained in:
parent
ab74b5e911
commit
ff9a7805e3
1 changed files with 1 additions and 0 deletions
1
.github/workflows/flatpak-build.yml
vendored
1
.github/workflows/flatpak-build.yml
vendored
|
@ -32,6 +32,7 @@ jobs:
|
||||||
TDESKTOP_API_HASH: ${{ secrets.TDESKTOP_API_HASH }}
|
TDESKTOP_API_HASH: ${{ secrets.TDESKTOP_API_HASH }}
|
||||||
run: |
|
run: |
|
||||||
docker run --rm \
|
docker run --rm \
|
||||||
|
--cpus="4.0" \
|
||||||
-u $(id -u) \
|
-u $(id -u) \
|
||||||
-v "$PWD:/usr/src/tdesktop" \
|
-v "$PWD:/usr/src/tdesktop" \
|
||||||
ghcr.io/telegramdesktop/tdesktop/centos_env:latest \
|
ghcr.io/telegramdesktop/tdesktop/centos_env:latest \
|
||||||
|
|
Loading…
Add table
Reference in a new issue