Build arm64 e2e test images

This commit is contained in:
Andrejs Cunskis 2022-08-21 13:07:44 +03:00
parent b077fdc5fd
commit 7417a0b199
No known key found for this signature in database
GPG key ID: 87CB75083F227241

View file

@ -10,6 +10,7 @@ e2e:
parallel:
matrix:
- RUBY: [ '2.7', '3.0' ]
ARCH: [ 'amd64', 'arm64' ]
# Image with ruby, bundler and docker
e2e-docker:
@ -26,6 +27,7 @@ e2e-chrome:
matrix:
- RUBY: ['2.7', '3.0']
CHROME: ['101', '103']
ARCH: [ 'amd64', 'arm64' ]
# Image used for running full e2e test suite
e2e-full: