3 Star 6 Fork 1

Gitee 极速下载 / pocketbase

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/pocketbase/pocketbase
克隆/下载
.goreleaser.yaml 1.07 KB
一键复制 编辑 原始数据 按行查看 历史
project_name: pocketbase
dist: .builds
before:
hooks:
- go mod tidy
builds:
# used only for tests
- id: build_cgo
main: ./examples/base
binary: pocketbase
ldflags:
- -s -w -X github.com/pocketbase/pocketbase.Version={{ .Version }}
env:
- CGO_ENABLED=1
goos:
- linux
goarch:
- amd64
- id: build_noncgo
main: ./examples/base
binary: pocketbase
ldflags:
- -s -w -X github.com/pocketbase/pocketbase.Version={{ .Version }}
env:
- CGO_ENABLED=0
goos:
- linux
- windows
- darwin
goarch:
- amd64
- arm64
- arm
goarm:
- 7
ignore:
- goos: windows
goarch: arm
- goos: darwin
goarch: arm
release:
draft: true
archives:
- id: archive_noncgo
builds: [build_noncgo]
format: zip
files:
- LICENSE.md
- CHANGELOG.md
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: '{{ incpatch .Version }}-next'
changelog:
sort: asc
filters:
exclude:
- '^examples:'
- '^ui:'
JavaScript
1
https://gitee.com/mirrors/pocketbase.git
git@gitee.com:mirrors/pocketbase.git
mirrors
pocketbase
pocketbase
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891