mirror of
https://github.com/telemt/telemt.git
synced 2026-05-22 19:51:43 +03:00
Merge branch 'main' into flow
This commit is contained in:
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@@ -107,7 +107,6 @@ jobs:
|
|||||||
mkdir dist
|
mkdir dist
|
||||||
find artifacts -name "*.tar.gz" -exec tar -xzf {} -C dist \;
|
find artifacts -name "*.tar.gz" -exec tar -xzf {} -C dist \;
|
||||||
|
|
||||||
# используем musl как runtime бинарь
|
|
||||||
cp dist/telemt-x86_64-unknown-linux-musl dist/telemt || true
|
cp dist/telemt-x86_64-unknown-linux-musl dist/telemt || true
|
||||||
|
|
||||||
- uses: docker/setup-qemu-action@v3
|
- uses: docker/setup-qemu-action@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user