mirror of
https://github.com/tuna/tunasync.git
synced 2025-04-20 03:32:43 +00:00
ci: compile for more architectures when releasing
Signed-off-by: Shengqi Chen <harry-chen@outlook.com>
This commit is contained in:
parent
95c4d54ee2
commit
5fb63e119c
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
for i in linux-amd64 linux-arm64; do
|
||||
for i in linux-amd64 linux-arm64 linux-riscv64 linux-loong64; do
|
||||
make ARCH=$i all
|
||||
tar -cz --numeric-owner --owner root --group root -f tunasync-$i-bin.tar.gz -C build-$i tunasync tunasynctl
|
||||
done
|
||||
|
Loading…
x
Reference in New Issue
Block a user