mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-09-04 11:03:14 +02:00
add limit cpu
This commit is contained in:
parent
ff9a7805e3
commit
66ae74c2b1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/flatpak-build.yml
vendored
2
.github/workflows/flatpak-build.yml
vendored
|
@ -32,7 +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" \
|
--cpus="3" \
|
||||||
-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