1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

Updated CI packaging stage to use a different runner tag per job to allow choosing of different runners for different architectures (e.g. RPi5 for arm64)

Signed-off-by: Calvin Katt <katt.calvin@gmail.com>
This commit is contained in:
Calvin Katt 2024-05-14 17:59:10 +02:00 committed by Alexandra
parent 802f86090b
commit a11bdc37ac

View file

@ -175,7 +175,7 @@ pkg:docker:
--tag ${DOCKER_IMAGE}:${DOCKER_TAG}-${ARCH} .
- docker push ${DOCKER_IMAGE}:${DOCKER_TAG}-${ARCH}
tags:
- docker
- $TAG
variables:
TARGET: app
parallel:
@ -184,6 +184,12 @@ pkg:docker:
PLATFORM: linux/amd64
ARCH: x86_64
TRIPLET: x86_64-linux-gnu
TAG: docker
- DISTRO: debian
PLATFORM: linux/arm64/v8
ARCH: arm64
TRIPLET: aarch64-linux-gnu
TAG: PI5
# - DISTRO: debian
# PLATFORM: linux/arm/v7
# ARCH: armhf