mirror of
				https://github.com/therootcompany/sclient
				synced 2024-11-16 17:09:00 +00:00 
			
		
		
		
	
		
			
	
	
		
			38 lines
		
	
	
		
			581 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
		
		
			
		
	
	
			38 lines
		
	
	
		
			581 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
|  | before:
 | ||
|  |   hooks:
 | ||
|  |     - go mod download
 | ||
|  |     - go generate ./...
 | ||
|  | builds:
 | ||
|  |   - main: ./cmd/sclient/main.go
 | ||
|  |     env:
 | ||
|  |       - CGO_ENABLED=0
 | ||
|  |     goos:
 | ||
|  |       - linux
 | ||
|  |       - windows
 | ||
|  |       - darwin
 | ||
|  |     goarch:
 | ||
|  |       - 386
 | ||
|  |       - amd64
 | ||
|  |       - arm
 | ||
|  |       - arm64
 | ||
|  |     goarm:
 | ||
|  |       - 6
 | ||
|  |       - 7
 | ||
|  | archives:
 | ||
|  |   - replacements:
 | ||
|  |       386: i386
 | ||
|  |       amd64: x86_64
 | ||
|  |     format_overrides:
 | ||
|  |       - goos: windows
 | ||
|  |         format: zip
 | ||
|  | checksum:
 | ||
|  |   name_template: 'checksums.txt'
 | ||
|  | snapshot:
 | ||
|  |   name_template: "{{ .Tag }}-next"
 | ||
|  | changelog:
 | ||
|  |   sort: asc
 | ||
|  |   filters:
 | ||
|  |     exclude:
 | ||
|  |       - '^docs:'
 | ||
|  |       - '^test:'
 |