Merge branch 'main' into flow

This commit is contained in:
Alexey
2026-03-22 00:19:07 +03:00
committed by GitHub

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