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

include arm64 and small letters pi5

Signed-off-by: Alexandra <alexandra.bach@eonerc.rwth-aachen.de>
This commit is contained in:
Alexandra 2024-10-22 08:06:07 +00:00 committed by Steffen Vogel
parent e50015ed8a
commit b011ae5cbe

View file

@ -189,7 +189,7 @@ pkg:docker:
PLATFORM: linux/arm64/v8
ARCH: arm64
TRIPLET: aarch64-linux-gnu
TAG: PI5
TAG: pi5
# - DISTRO: debian
# PLATFORM: linux/arm/v7
# ARCH: armhf
@ -213,7 +213,7 @@ deploy:docker:
- docker manifest rm ${DOCKER_IMAGE}:${DOCKER_TAG} || true
- docker manifest create ${DOCKER_IMAGE}:${DOCKER_TAG}
${DOCKER_IMAGE}:${DOCKER_TAG}-x86_64
# ${DOCKER_IMAGE}:${DOCKER_TAG}-arm64
${DOCKER_IMAGE}:${DOCKER_TAG}-arm64
# ${DOCKER_IMAGE}:${DOCKER_TAG}-armhf
- docker manifest push ${DOCKER_IMAGE}:${DOCKER_TAG}
tags: