2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 09:13:49 +08:00

refactor: 移动pureftpd类型定义

This commit is contained in:
耗子
2024-06-14 19:49:23 +08:00
parent 2f56241da1
commit 5b54232e16
9 changed files with 42 additions and 64 deletions

View File

@@ -24,7 +24,7 @@ jobs:
CGO_ENABLED: 0
GOOS: linux
GOARCH: ${{ matrix.goarch }}
run: go build -ldflags '-s -w --extldflags "-static"' -o panel-${{ matrix.goarch }}
run: go build -ldflags '-s -w --extldflags "-static"' -tags='nomsgpack' -o panel-${{ matrix.goarch }}
- name: Upload artifact
uses: actions/upload-artifact@v4
with: