Skip to content
Snippets Groups Projects
Commit a6a305d0 authored by Simon McVittie's avatar Simon McVittie
Browse files

CI: Build a relocatable install for aarch64


As with previous commits, aarch64 is acting as a stand-in for
"any architecture that doesn't need special-case biarch behaviour" here.

steamrt/tasks#669, steamrt/tasks#679

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent 1bc9e7a7
No related branches found
No related tags found
1 merge request!793Generalize CI to cover a non-special-case suite and architecture
...@@ -327,9 +327,29 @@ relocatable-install:i386: ...@@ -327,9 +327,29 @@ relocatable-install:i386:
image: "${SCOUT_DOCKER_REGISTRY}/${SCOUT_I386_DOCKER_IMAGE}" image: "${SCOUT_DOCKER_REGISTRY}/${SCOUT_I386_DOCKER_IMAGE}"
artifacts: artifacts:
paths: paths:
# We don't need to save the source code, it'll be the same as
# for the amd64+i386 relocatable install
- _build/i386/pressure-vessel-i386.tar.gz - _build/i386/pressure-vessel-i386.tar.gz
when: on_success when: on_success
relocatable-install:arm64:
extends: .relocatable_install
tags:
- docker
- linux
- aarch64
needs:
- package:source
- package:bullseye:arm64
image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/debian:bullseye-slim
artifacts:
paths:
- _build/arm64/pressure-vessel-arm64.tar.gz
# Some of the source code will differ from the version
# built in scout
- _build/arm64/pressure-vessel-arm64+src.tar.gz
when: on_success
relocatable-install: relocatable-install:
extends: .relocatable_install extends: .relocatable_install
needs: needs:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment