Add support to ppc64le

This commit is contained in:
gururajrkatti 2020-11-20 18:03:48 +05:30 committed by GitHub
parent e513eb4bf4
commit 9bbc66cee7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@ os:
arch:
- amd64
- arm64
- ppc64le
matrix:
fast_finish: true
@ -24,6 +25,11 @@ matrix:
arch: arm64
- os: osx
arch: arm64
- os: windows
arch: ppc64le
- os: osx
arch: ppc64le
install:
- go get -d -v -t ./...