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

ci: Add QEmu User Static emulation

Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
This commit is contained in:
Steffen Vogel 2024-03-12 09:55:39 +00:00 committed by pipeacosta
parent b4926cda31
commit 118e2d4bf7

View file

@ -160,6 +160,7 @@ pkg:docker:
image: docker:20.10
before_script:
- docker login -u ${CI_REGISTRY_USER} -p ${CI_REGISTRY_PASSWORD} ${CI_REGISTRY}
- docker run --rm --privileged aptman/qus -s -- -p
script:
- docker build ${DOCKER_OPTS}
--pull