Skip to content
Snippets Groups Projects
Commit 772b5b27 authored by Kevin Daudt's avatar Kevin Daudt :computer:
Browse files

gitlab-ci: add build job for aarch64

parent 73a31f6d
No related branches found
No related tags found
No related merge requests found
...@@ -74,3 +74,12 @@ build-ppc64le: ...@@ -74,3 +74,12 @@ build-ppc64le:
- docker-alpine - docker-alpine
- ci-build - ci-build
- ppc64le - ppc64le
build-aarch64:
extends: .build
artifacts:
name: MR${CI_MERGE_REQUEST_ID}_aarch64
tags:
- docker-alpine
- ci-build
- aarch64
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment