mirror of
https://github.com/go-shiori/shiori.git
synced 2024-11-10 17:36:02 +08:00
d05d1ad2c0
* CI/CD setup * Setup for go-shiori * Fix docker image * Dockerfile adjustments
48 lines
745 B
YAML
48 lines
745 B
YAML
before:
|
|
hooks:
|
|
- go mod tidy
|
|
builds:
|
|
- binary: shiori
|
|
env:
|
|
- CGO_ENABLED=0
|
|
tags:
|
|
- netgo
|
|
- osusergo
|
|
goos:
|
|
- linux
|
|
- windows
|
|
- darwin
|
|
goarch:
|
|
- amd64
|
|
- arm
|
|
- arm64
|
|
goarm:
|
|
- 7
|
|
ignore:
|
|
- goos: darwin
|
|
goarch: arm
|
|
- goos: windows
|
|
goarch: arm
|
|
- goos: windows
|
|
goarch: arm64
|
|
archives:
|
|
- replacements:
|
|
darwin: Darwin
|
|
linux: Linux
|
|
windows: Windows
|
|
amd64: x86_64
|
|
arm64: aarch64
|
|
|
|
checksum:
|
|
name_template: 'checksums.txt'
|
|
snapshot:
|
|
name_template: "{{ incpatch .Version }}-next"
|
|
changelog:
|
|
sort: asc
|
|
filters:
|
|
exclude:
|
|
- '^docs:'
|
|
- '^test:'
|
|
|
|
release:
|
|
prerelease: auto
|