Automatic build action, take 8

This commit is contained in:
Jarno Rankinen 2024-03-08 00:16:56 +02:00
parent 80a7053b01
commit 8bac0ccc1a
1 changed files with 3 additions and 12 deletions

View File

@ -2,10 +2,6 @@ version: 1
before: before:
hooks: hooks:
# You may remove this if you don't use go modules.
- go mod tidy
# you may remove this if you don't need go generate
- go generate ./...
builds: builds:
- env: - env:
@ -18,19 +14,14 @@ builds:
- arm - arm
archives: archives:
- format: tar.gz - format: binary
# this name template makes the OS and Arch compatible with the results of `uname`.
name_template: >- name_template: >-
{{ .ProjectName }}_ {{ .ProjectName }}-
{{- title .Os }}_ {{- .Os }}-
{{- if eq .Arch "amd64" }}x86_64 {{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386 {{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }} {{- else }}{{ .Arch }}{{ end }}
{{- if .Arm }}v{{ .Arm }}{{ end }} {{- if .Arm }}v{{ .Arm }}{{ end }}
# use zip for windows archives
format_overrides:
- goos: windows
format: zip
changelog: changelog:
sort: asc sort: asc