1
0
Fork 0
mirror of https://github.com/vbatts/go-mtree.git synced 2024-11-15 13:18:45 +00:00

Add poweron architecture ppc64le to travis build

This commit is contained in:
Ubuntu 2020-10-19 11:38:42 +00:00
parent e34c4f37a7
commit f2de0fb1a3

View file

@ -1,4 +1,7 @@
language: go
arch:
- amd64
- ppc64le
go:
- "1.x"
- "1.14.x"