ci(workflow): 将linux job的运行环境改为vpn-runner并移除build-linux步骤
This commit is contained in:
parent
77b3af8015
commit
b56b1240f3
@ -22,7 +22,7 @@ env:
|
||||
|
||||
jobs:
|
||||
linux:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: vpn-runner
|
||||
strategy:
|
||||
matrix:
|
||||
# 使用gitea-tool-cache需要指定具体的版本号
|
||||
@ -73,7 +73,6 @@ jobs:
|
||||
run: |
|
||||
source ${{ gitea.workspace }}/deploy/.env
|
||||
go mod tidy
|
||||
make build-linux
|
||||
make docker
|
||||
make publish-docker
|
||||
make docker-run
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user