Skip to content

Commit 8444881

Browse files
balasankarcRobert Marshall
authored andcommitted
Provide nightly arm64 packages for Ubuntu 22.04
Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/5982 Signed-off-by: Balasankar "Balu" C <[email protected]>
1 parent cb9ceb7 commit 8444881

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

gitlab-ci-config/dev-gitlab-org.yml

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -568,6 +568,17 @@ Ubuntu-22.04-staging:
568568
- !reference [.default_rules, rules]
569569
- if: '$PIPELINE_TYPE =~ /(_RC|_TAG|AUTO_DEPLOY|NIGHTLY)_BUILD_PIPELINE$/'
570570

571+
Ubuntu-22.04-arm64-staging:
572+
extends: .staging_upload_template
573+
needs:
574+
- job: Ubuntu-22.04-arm64
575+
optional: true
576+
- job: Ubuntu-22.04-arm64-branch
577+
optional: true
578+
rules:
579+
- !reference [.default_rules, rules]
580+
- if: '$PIPELINE_TYPE =~ /(_RC|_TAG|NIGHTLY)_BUILD_PIPELINE$/'
581+
571582
### Package builds
572583
Debian-10:
573584
image: "${BUILDER_IMAGE_REGISTRY}/debian_10:${BUILDER_IMAGE_REVISION}"
@@ -726,13 +737,6 @@ Ubuntu-20.04-arm64-staging:
726737
optional: true
727738
- job: Ubuntu-20.04-arm64-branch
728739
optional: true
729-
Ubuntu-22.04-arm64-staging:
730-
extends: .staging_upload_template
731-
needs:
732-
- job: Ubuntu-22.04-arm64
733-
optional: true
734-
- job: Ubuntu-22.04-arm64-branch
735-
optional: true
736740
CentOS-7-staging:
737741
extends: .staging_upload_template
738742
needs:

0 commit comments

Comments
 (0)