mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-09-03 16:56:18 +00:00
Update release.yml
This commit is contained in:
parent
e6743ca7b1
commit
c9f48c8992
1 changed files with 1 additions and 6 deletions
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
|
@ -21,17 +21,12 @@ jobs:
|
||||||
with:
|
with:
|
||||||
go-version: '1.21'
|
go-version: '1.21'
|
||||||
|
|
||||||
- name: Install dependencies for amd64
|
- name: Install dependencies for arm64
|
||||||
if: matrix.platform == 'arm64'
|
if: matrix.platform == 'arm64'
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt install gcc-aarch64-linux-gnu
|
sudo apt install gcc-aarch64-linux-gnu
|
||||||
|
|
||||||
- name: Install gopsutil
|
|
||||||
run: |
|
|
||||||
go get github.com/shirou/gopsutil/cpu
|
|
||||||
go get github.com/shirou/gopsutil/disk
|
|
||||||
|
|
||||||
- name: Build x-ui
|
- name: Build x-ui
|
||||||
run: |
|
run: |
|
||||||
export CGO_ENABLED=1
|
export CGO_ENABLED=1
|
||||||
|
|
Loading…
Reference in a new issue