Skip to content
Snippets Groups Projects
Verified Commit 9a689595 authored by Alexander Wellbrock's avatar Alexander Wellbrock
Browse files

gitlab-ci-template: fix missing arm32 job

parent 93219611
No related branches found
No related tags found
No related merge requests found
Pipeline #14564 skipped
......@@ -61,6 +61,15 @@ container-build-aarch64:
rules:
- if: '$CI_CONTAINER_BUILD_ARCHS =~ /:?aarch64:?/ && $CI_PIPELINE_SOURCE != "merge_request_event"'
container-build-arm32:
extends: .container-build
variables:
CI_REGISTRY_IMAGE_ARCH: arm
tags:
- arm32
rules:
- if: '$CI_CONTAINER_BUILD_ARCHS =~ /:?arm32:?/ && $CI_PIPELINE_SOURCE != "merge_request_event"'
container-tagging:
stage: tag
inherit:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment