mirror of
https://github.com/shopspring/decimal.git
synced 2024-11-22 20:40:48 +01:00
Add power architecture support (ppc64le) to CI configuration (#188)
This commit is contained in:
parent
13425bb201
commit
66332b32a9
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
||||||
language: go
|
language: go
|
||||||
|
|
||||||
|
arch:
|
||||||
|
- amd64
|
||||||
|
- ppc64le
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- 1.7.x
|
- 1.7.x
|
||||||
- 1.12.x
|
- 1.12.x
|
||||||
|
|
Loading…
Reference in a new issue