Build and test on both AMD64 and ARM64
Use 'arm64' instead of 'arm64-graviton2' The Graviton2 builder is available only on travis-ci.com. Apache uses travis-ci.org Install Maven explicitly because it is not pre-installed on the ARM64 image for Trusty
This commit is contained in:
parent
c9489606d5
commit
1cd0f73746
|
@ -17,6 +17,15 @@ language: java
|
|||
dist: trusty
|
||||
sudo: false
|
||||
|
||||
arch:
|
||||
- amd64
|
||||
- arm64
|
||||
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- maven
|
||||
|
||||
jdk:
|
||||
- oraclejdk8
|
||||
- openjdk12
|
||||
|
|
Loading…
Reference in New Issue