mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-11 02:52:56 +01:00
Add aarch64 build of apollo image
This commit is contained in:
parent
f09e3e4423
commit
835f5db481
1 changed files with 3 additions and 0 deletions
|
|
@ -62,6 +62,9 @@ alpine-bash-jq-curl-git:
|
||||||
# Used by frontend related tasks for linting GraphQL
|
# Used by frontend related tasks for linting GraphQL
|
||||||
apollo:
|
apollo:
|
||||||
extends: .build_static_image
|
extends: .build_static_image
|
||||||
|
parallel:
|
||||||
|
matrix:
|
||||||
|
- ARCH: [ 'arm64', 'amd64' ]
|
||||||
|
|
||||||
zoekt-ci-image-1.1:
|
zoekt-ci-image-1.1:
|
||||||
extends: .build_static_image
|
extends: .build_static_image
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue