mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 08:52:26 -05:00
Bumps [github.com/minio/minio-go/v7](https://github.com/minio/minio-go) from 7.0.85 to 7.0.89. - [Release notes](https://github.com/minio/minio-go/releases) - [Commits](https://github.com/minio/minio-go/compare/v7.0.85...v7.0.89) --- updated-dependencies: - dependency-name: github.com/minio/minio-go/v7 dependency-version: 7.0.89 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
57 lines
1,022 B
YAML
57 lines
1,022 B
YAML
version: 2
|
|
|
|
builds:
|
|
-
|
|
id: "cpuid"
|
|
binary: cpuid
|
|
main: ./cmd/cpuid/main.go
|
|
env:
|
|
- CGO_ENABLED=0
|
|
flags:
|
|
- -ldflags=-s -w
|
|
goos:
|
|
- aix
|
|
- linux
|
|
- freebsd
|
|
- netbsd
|
|
- windows
|
|
- darwin
|
|
goarch:
|
|
- 386
|
|
- amd64
|
|
- arm64
|
|
goarm:
|
|
- 7
|
|
|
|
archives:
|
|
-
|
|
id: cpuid
|
|
name_template: "cpuid-{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
|
|
format_overrides:
|
|
- goos: windows
|
|
format: zip
|
|
files:
|
|
- LICENSE
|
|
checksum:
|
|
name_template: 'checksums.txt'
|
|
changelog:
|
|
sort: asc
|
|
filters:
|
|
exclude:
|
|
- '^doc:'
|
|
- '^docs:'
|
|
- '^test:'
|
|
- '^tests:'
|
|
- '^Update\sREADME.md'
|
|
|
|
nfpms:
|
|
-
|
|
file_name_template: "cpuid_package_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
|
|
vendor: Klaus Post
|
|
homepage: https://github.com/klauspost/cpuid
|
|
maintainer: Klaus Post <klauspost@gmail.com>
|
|
description: CPUID Tool
|
|
license: BSD 3-Clause
|
|
formats:
|
|
- deb
|
|
- rpm
|