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

ENV LD_LIBRARY_PATH

Signed-off-by: Alexandra <alexandra.bach@eonerc.rwth-aachen.de>
This commit is contained in:
Alexandra 2024-05-02 11:50:08 +00:00
parent 9757b3c8b9
commit 89d1776b16
2 changed files with 3 additions and 1 deletions

View file

@ -249,7 +249,7 @@ deploy:docker-dev-vscode:
- docker manifest create ${DOCKER_IMAGE}:latest
${DOCKER_IMAGE}:${DOCKER_TAG}-x86_64
${DOCKER_IMAGE}:${DOCKER_TAG}-arm64
${DOCKER_IMAGE}:${DOCKER_TAG}-armhf
# ${DOCKER_IMAGE}:${DOCKER_TAG}-armhf
- docker manifest push ${DOCKER_IMAGE}:latest
tags:
- docker

View file

@ -20,6 +20,8 @@ ARG PREFIX
ENV DEBIAN_FRONTEND=noninteractive
ENV LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/app/lib/aarch64-linux-gnu
# Enable ${ARCH} architecture
RUN dpkg --add-architecture ${ARCH}