Capability to build arm64 docker images

This commit is contained in:
Andrejs Cunskis 2022-09-19 08:11:34 +00:00 committed by Balasankar 'Balu' C
parent 3ef7901d3f
commit 1ecbd61785
16 changed files with 53 additions and 66 deletions

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:
@ -22,10 +23,12 @@ e2e-docker:
e2e-chrome:
extends:
- e2e-docker
variables:
CHROME: '103'
parallel:
matrix:
- RUBY: ['2.7', '3.0']
CHROME: ['101', '103']
ARCH: [ 'amd64', 'arm64' ]
# Image used for running full e2e test suite
e2e-full:
@ -33,6 +36,5 @@ e2e-full:
- e2e-chrome
variables:
LFS: '2.9'
GIT: '2.33'
GCLOUD: '383'
KUBECTL: '1.23'