ci(workflow): 将linux job的运行环境改为vpn-runner并移除build-linux步骤

This commit is contained in:
shanshanzhong 2025-08-09 06:23:30 -07:00
parent 77b3af8015
commit b56b1240f3

View File

@ -22,7 +22,7 @@ env:
jobs: jobs:
linux: linux:
runs-on: ubuntu-latest runs-on: vpn-runner
strategy: strategy:
matrix: matrix:
# 使用gitea-tool-cache需要指定具体的版本号 # 使用gitea-tool-cache需要指定具体的版本号
@ -73,7 +73,6 @@ jobs:
run: | run: |
source ${{ gitea.workspace }}/deploy/.env source ${{ gitea.workspace }}/deploy/.env
go mod tidy go mod tidy
make build-linux
make docker make docker
make publish-docker make publish-docker
make docker-run make docker-run