|
|
@ -393,6 +393,14 @@ archives:
|
|
|
|
{{- 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 }}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Set this to true if you want all files in the archive to be in a single directory.
|
|
|
|
|
|
|
|
# If set to true and you extract the archive 'goreleaser_Linux_arm64.tar.gz',
|
|
|
|
|
|
|
|
# you'll get a folder 'goreleaser_Linux_arm64'.
|
|
|
|
|
|
|
|
# If set to false, all files are extracted separately.
|
|
|
|
|
|
|
|
# You can also set it to a custom folder name (templating is supported).
|
|
|
|
|
|
|
|
wrap_in_directory: true
|
|
|
|
|
|
|
|
|
|
|
|
# use zip for windows archives
|
|
|
|
# use zip for windows archives
|
|
|
|
files:
|
|
|
|
files:
|
|
|
|
- CHANGELOG/*
|
|
|
|
- CHANGELOG/*
|
|
|
@ -406,13 +414,6 @@ archives:
|
|
|
|
- src: "*.md"
|
|
|
|
- src: "*.md"
|
|
|
|
dst: docs
|
|
|
|
dst: docs
|
|
|
|
|
|
|
|
|
|
|
|
# Set this to true if you want all files in the archive to be in a single directory.
|
|
|
|
|
|
|
|
# If set to true and you extract the archive 'goreleaser_Linux_arm64.tar.gz',
|
|
|
|
|
|
|
|
# you'll get a folder 'goreleaser_Linux_arm64'.
|
|
|
|
|
|
|
|
# If set to false, all files are extracted separately.
|
|
|
|
|
|
|
|
# You can also set it to a custom folder name (templating is supported).
|
|
|
|
|
|
|
|
wrap_in_directory: true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Strip parent folders when adding files to the archive.
|
|
|
|
# Strip parent folders when adding files to the archive.
|
|
|
|
strip_parent: true
|
|
|
|
strip_parent: true
|
|
|
|
|
|
|
|
|
|
|
|