mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Build www-gitlab-com images for arm64
This commit is contained in:
parent
ace7190648
commit
599bb49328
4 changed files with 13 additions and 2 deletions
|
|
@ -30,9 +30,15 @@ ubi-release:
|
|||
|
||||
www-gitlab-com-debian-bullseye-ruby-3.0-node-16:
|
||||
extends: .build_static_image
|
||||
parallel:
|
||||
matrix:
|
||||
- ARCH: [ 'arm64', 'amd64' ]
|
||||
|
||||
www-gitlab-com-debian-bullseye-ruby-3.2-node-18:
|
||||
extends: .build_static_image
|
||||
parallel:
|
||||
matrix:
|
||||
- ARCH: [ 'arm64', 'amd64' ]
|
||||
|
||||
build-git:
|
||||
extends: .build_static_image
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue