From 7417a0b199a9d9c6218db710e0b8e343aad7ff42 Mon Sep 17 00:00:00 2001 From: Andrejs Cunskis Date: Sun, 21 Aug 2022 13:07:44 +0300 Subject: [PATCH] Build arm64 e2e test images --- .gitlab/ci/e2e.images.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab/ci/e2e.images.yml b/.gitlab/ci/e2e.images.yml index ce74ae6..e3e124b 100644 --- a/.gitlab/ci/e2e.images.yml +++ b/.gitlab/ci/e2e.images.yml @@ -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: