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:
parent
e26a5c1b48
commit
bec9976de4
1 changed files with 7 additions and 1 deletions
|
@ -171,7 +171,7 @@ pkg:docker:
|
|||
--tag ${DOCKER_IMAGE}:${DOCKER_TAG}-${ARCH} .
|
||||
- docker push ${DOCKER_IMAGE}:${DOCKER_TAG}-${ARCH}
|
||||
tags:
|
||||
- docker
|
||||
- $TAG
|
||||
variables:
|
||||
TARGET: app
|
||||
parallel:
|
||||
|
@ -180,6 +180,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
|
||||
|
|
Loading…
Add table
Reference in a new issue