release: skip building against s390x
Please notice me if anyone is using Helmfile on it
This commit is contained in:
		
							parent
							
								
									e24c15324b
								
							
						
					
					
						commit
						dd58badf81
					
				
							
								
								
									
										2
									
								
								Makefile
								
								
								
								
							
							
						
						
									
										2
									
								
								Makefile
								
								
								
								
							|  | @ -26,7 +26,7 @@ integration: | ||||||
| .PHONY: integration | .PHONY: integration | ||||||
| 
 | 
 | ||||||
| cross: | cross: | ||||||
| 	env CGO_ENABLED=0 gox -os '!openbsd !freebsd !netbsd' -arch '!arm !mips !mipsle !mips64 !mips64le' -output "dist/{{.Dir}}_{{.OS}}_{{.Arch}}" -ldflags '-X main.Version=${TAG}' ${TARGETS} | 	env CGO_ENABLED=0 gox -os '!openbsd !freebsd !netbsd' -arch '!arm !mips !mipsle !mips64 !mips64le !s390x' -output "dist/{{.Dir}}_{{.OS}}_{{.Arch}}" -ldflags '-X main.Version=${TAG}' ${TARGETS} | ||||||
| .PHONY: cross | .PHONY: cross | ||||||
| 
 | 
 | ||||||
| static-linux: | static-linux: | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue