We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea70000 commit c17fd0cCopy full SHA for c17fd0c
.goreleaser.yaml
@@ -13,7 +13,7 @@ builds:
13
- darwin
14
- android
15
ldflags:
16
- - '-s -w'
+ - "-s -w"
17
ignore:
18
- goos: android
19
goarch: 386
@@ -23,7 +23,7 @@ archives:
23
name_template: >-
24
nuru_
25
{{- title .Os }}_
26
- {{- if eq .Arch "amd64" }}x86_64
+ {{- if eq .Arch "amd64" }}amd64
27
{{- else if eq .Arch "386" }}i386
28
{{- else }}{{ .Arch }}{{ end }}
29
{{- if .Arm }}v{{ .Arm }}{{ end }}
@@ -44,4 +44,4 @@ nfpms:
44
description: "Nuru is a programming language built from the ground up"
45
formats:
46
- deb
47
- file_name_template: "{{ .ProjectName }}.{{ .Os }}-{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
+ file_name_template: "{{ .ProjectName }}.{{ .Os }}-{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
0 commit comments