mirror of
				https://github.com/nadoo/glider.git
				synced 2025-11-04 15:52:38 +08:00 
			
		
		
		
	goreleaser: update to support mips
This commit is contained in:
		
							parent
							
								
									9c3f2f600a
								
							
						
					
					
						commit
						db9aa1bf6c
					
				@ -38,6 +38,9 @@ builds:
 | 
				
			|||||||
    goarm:
 | 
					    goarm:
 | 
				
			||||||
      - 6
 | 
					      - 6
 | 
				
			||||||
      - 7
 | 
					      - 7
 | 
				
			||||||
 | 
					    gomips:
 | 
				
			||||||
 | 
					      - hardfloat
 | 
				
			||||||
 | 
					      - softfloat
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    ignore:
 | 
					    ignore:
 | 
				
			||||||
      - goos: darwin
 | 
					      - goos: darwin
 | 
				
			||||||
@ -48,7 +51,7 @@ archives:
 | 
				
			|||||||
  - id: default
 | 
					  - id: default
 | 
				
			||||||
    builds:
 | 
					    builds:
 | 
				
			||||||
      - default
 | 
					      - default
 | 
				
			||||||
    name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
 | 
					    name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}{{ if .Mips }}_{{ .Mips }}{{ end }}"
 | 
				
			||||||
    wrap_in_directory: true
 | 
					    wrap_in_directory: true
 | 
				
			||||||
    format: tar.gz
 | 
					    format: tar.gz
 | 
				
			||||||
    format_overrides:
 | 
					    format_overrides:
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user