Skip to content

Commit

Permalink
chore: revert armv6 package name change
Browse files Browse the repository at this point in the history
  • Loading branch information
andig committed Apr 9, 2023
1 parent 0d9835d commit 274a87d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .goreleaser-nightly.yml
Expand Up @@ -33,7 +33,7 @@ archives:
files:
- evcc.dist.yaml
name_template: >-
{{ .ProjectName }}_{{ .Version }}_{{ if eq .Os "darwin" }}macOS{{ else }}{{ .Os }}{{ end }}-{{ .Arch }}{{ if .Arm }}hf{{ end }}
{{ .ProjectName }}_{{ .Version }}_{{ if eq .Os "darwin" }}macOS{{ else }}{{ .Os }}{{ end }}-{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}
env:
- CGO_ENABLED=0
Expand Down
2 changes: 1 addition & 1 deletion .goreleaser.yml
Expand Up @@ -40,7 +40,7 @@ archives:
files:
- evcc.dist.yaml
name_template: >-
{{ .ProjectName }}_{{ .Version }}_{{ if eq .Os "darwin" }}macOS{{ else }}{{ .Os }}{{ end }}-{{ .Arch }}{{ if .Arm }}hf{{ end }}
{{ .ProjectName }}_{{ .Version }}_{{ if eq .Os "darwin" }}macOS{{ else }}{{ .Os }}{{ end }}-{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}
universal_binaries:
- replace: true
Expand Down

0 comments on commit 274a87d

Please sign in to comment.