mirror of
https://github.com/VaalaCat/frp-panel.git
synced 2025-09-26 19:31:18 +08:00
17 lines
455 B
YAML
17 lines
455 B
YAML
defaultBaseImage: jacoblincool/workerd
|
|
|
|
builds:
|
|
- id: frpp
|
|
dir: .
|
|
main: ./cmd/frpp
|
|
ldflags:
|
|
- -s -w
|
|
- -X github.com/VaalaCat/frp-panel/conf.buildDate={{.Date}}
|
|
- -X github.com/VaalaCat/frp-panel/conf.gitCommit={{.Git.FullCommit}}
|
|
- -X github.com/VaalaCat/frp-panel/conf.gitVersion={{.Git.Tag}}
|
|
- -X github.com/VaalaCat/frp-panel/conf.gitBranch={{.Git.Branch}}
|
|
|
|
defaultPlatforms:
|
|
- linux/arm64
|
|
- linux/amd64
|