mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-09-03 08:46:18 +00:00
Update release.yml
This commit is contained in:
parent
a436695de9
commit
b8a4780544
1 changed files with 10 additions and 1 deletions
11
.github/workflows/release.yml
vendored
11
.github/workflows/release.yml
vendored
|
@ -27,7 +27,16 @@ jobs:
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt install gcc-aarch64-linux-gnu
|
sudo apt install gcc-aarch64-linux-gnu
|
||||||
|
|
||||||
- name: Build x-ui
|
- name: Get dependencies
|
||||||
|
run: |
|
||||||
|
go get github.com/shirou/gopsutil/v3/cpu
|
||||||
|
go get github.com/shirou/gopsutil/v3/disk
|
||||||
|
go get github.com/shirou/gopsutil/v3/host
|
||||||
|
go get github.com/shirou/gopsutil/v3/load
|
||||||
|
go get github.com/shirou/gopsutil/v3/mem
|
||||||
|
go get github.com/shirou/gopsutil/v3/net
|
||||||
|
|
||||||
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
export CGO_ENABLED=1
|
export CGO_ENABLED=1
|
||||||
export GOOS=linux
|
export GOOS=linux
|
||||||
|
|
Loading…
Reference in a new issue