mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-10 02:22:57 +01:00
Capability to build arm64 docker images
This commit is contained in:
parent
3ef7901d3f
commit
1ecbd61785
16 changed files with 53 additions and 66 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue