From 835f5db481c877ddaf1afbedf3b1589b1b8f4780 Mon Sep 17 00:00:00 2001 From: Vitaly Slobodin Date: Mon, 21 Aug 2023 13:06:11 +0000 Subject: [PATCH] Add aarch64 build of apollo image --- .gitlab/ci/custom.images.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab/ci/custom.images.yml b/.gitlab/ci/custom.images.yml index 994699d..27e9d28 100644 --- a/.gitlab/ci/custom.images.yml +++ b/.gitlab/ci/custom.images.yml @@ -62,6 +62,9 @@ alpine-bash-jq-curl-git: # Used by frontend related tasks for linting GraphQL apollo: extends: .build_static_image + parallel: + matrix: + - ARCH: [ 'arm64', 'amd64' ] zoekt-ci-image-1.1: extends: .build_static_image