forked from toolshed/abra
		
	build: replacements is deprecated
This commit is contained in:
		@ -52,9 +52,12 @@ builds:
 | 
			
		||||
      - "-X 'main.Version={{ .Version }}'"
 | 
			
		||||
 | 
			
		||||
archives:
 | 
			
		||||
  - replacements:
 | 
			
		||||
      386: i386
 | 
			
		||||
      amd64: x86_64
 | 
			
		||||
  - name_template: >-
 | 
			
		||||
      {{ .ProjectName }}_
 | 
			
		||||
      {{- title .Os }}_
 | 
			
		||||
      {{- if eq .Arch "amd64" }}x86_64
 | 
			
		||||
      {{- else if eq .Arch "386" }}i386
 | 
			
		||||
      {{- else }}{{ .Arch }}{{ end }}
 | 
			
		||||
    format: binary
 | 
			
		||||
 | 
			
		||||
checksum:
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user