Merge branch 'main' into flow

This commit is contained in:
Alexey 2026-03-22 00:19:07 +03:00 committed by GitHub
commit 9cbc625b9b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -107,7 +107,6 @@ jobs:
mkdir dist
find artifacts -name "*.tar.gz" -exec tar -xzf {} -C dist \;
# используем musl как runtime бинарь
cp dist/telemt-x86_64-unknown-linux-musl dist/telemt || true
- uses: docker/setup-qemu-action@v3