Skip to content

Commit

Permalink
feat: build for armv6
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <[email protected]>
  • Loading branch information
caarlos0 committed Oct 31, 2023
1 parent db484bf commit b162d4c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion goreleaser-full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,13 @@ builds:
- "386"
- arm
goarm:
- "6"
- "7"
ignore:
- goos: windows
goarch: arm64
- goos: windows
goarm: "7"
goarch: arm

archives:
- format_overrides:
Expand All @@ -65,6 +66,7 @@ archives:
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
{{- with .Arm}}v{{ . }}{{ end }}
files:
- README*
- LICENSE*
Expand Down Expand Up @@ -112,6 +114,7 @@ brews:
email: "{{ .Var.brew_commit_author_email }}"
homepage: "{{ .Var.homepage }}"
description: "{{ .Var.description }}"
goarm: 7
install: |-
bin.install "{{ with .Var.binary_name }}{{ . }}{{ else }}{{ .ProjectName }}{{ end }}"
bash_completion.install "completions/{{ .ProjectName }}.bash" => "{{ .ProjectName }}"
Expand Down

0 comments on commit b162d4c

Please sign in to comment.