🔥 remove cgo to pure go

This commit is contained in:
Xhofe
2022-02-24 16:08:49 +08:00
parent f9f92e2198
commit e61b0f8e34
6 changed files with 174 additions and 98 deletions

View File

@ -30,10 +30,8 @@ jobs:
with:
path: alist
- name: Set up xgo
- name: Install upx
run: |
docker pull techknowlogick/xgo:latest
go install src.techknowlogick.com/xgo@latest
sudo apt install upx
- name: Build

View File

@ -27,10 +27,8 @@ jobs:
persist-credentials: false
fetch-depth: 0
- name: Set up xgo
- name: Install upx
run: |
docker pull techknowlogick/xgo:latest
go install src.techknowlogick.com/xgo@latest
sudo apt install upx
- name: Build