Adding Power support(ppc64le) with continuous integration/testing to the project for architecture independent (#903)

* Adding Power support(ppc64le) with continuous integration/testing to the project for architecture independent

* Adding ower on support to the package as CI

removed comment Adding power on support ,Pls merge now
This commit is contained in:
asellappen
2020-11-06 19:55:20 +05:30
committed by GitHub
parent df87e7089a
commit 30aa43e12a
+12
View File
@@ -1,4 +1,7 @@
language: go
arch:
- amd64
- ppc64le
dist: bionic
@@ -59,3 +62,12 @@ jobs:
- 1.15.x
script:
- go test -race -v ./...
- stage: race detector
arch: ppc64le
os:
- linux
go:
- 1.15.x
script:
- go test -race -v ./...