Adding build for ppc64le
This commit is contained in:
		
							parent
							
								
									4fcafece59
								
							
						
					
					
						commit
						83a4ef15df
					
				|  | @ -70,6 +70,7 @@ build-%: check-go-version-go | |||
| 	CGO_ENABLED=0 GOOS=linux go build $(GOFLAGS_VENDOR) -a -ldflags '-X main.version=$(REV) -extldflags "-static"' -o ./bin/$* ./cmd/$* | ||||
| 	if [ "$$ARCH" = "amd64" ]; then \ | ||||
| 		CGO_ENABLED=0 GOOS=windows go build $(GOFLAGS_VENDOR) -a -ldflags '-X main.version=$(REV) -extldflags "-static"' -o ./bin/$*.exe ./cmd/$* ; \ | ||||
| 		CGO_ENABLED=0 GOOS=linux GOARCH=ppc64le go build $(GOFLAGS_VENDOR) -a -ldflags '-X main.version=$(REV) -extldflags "-static"' -o ./bin/$*-ppc64le ./cmd/$* | ||||
| 	fi | ||||
| 
 | ||||
| container-%: build-% | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue