Skip to content
Snippets Groups Projects
Commit f2f77447 authored by Kelter Christopher - Studierendenaccount's avatar Kelter Christopher - Studierendenaccount
Browse files

Update .gitlab-ci.yml file

parent 938ca0c2
No related branches found
No related tags found
1 merge request!1Docker arm ci
Pipeline #125102 canceled
......@@ -20,7 +20,7 @@ ros-build-arm:
- 'docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY'
- 'cd $ROS_PATH'
script:
- 'docker buildx build --push --platform=linux/arm64/v8 --tag $CI_REGISTRY_IMAGE/ros:arm --file Dockerfile.arm
- 'docker buildx build --no-cache --push --platform=linux/arm64/v8 --tag $CI_REGISTRY_IMAGE/ros:arm --file Dockerfile.arm
--build-arg HTTPS_PROXY="$HTTPS_PROXY"
--build-arg https_proxy="$HTTPS_PROXY"
--build-arg HTTP_PROXY="$HTTP_PROXY"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment