This commit is contained in:
Patrick Schratz 2024-07-06 15:33:06 +02:00
commit 7428ad4857
Signed by: pat-s
GPG key ID: 3C6318841EF78925

View file

@ -10,7 +10,7 @@ matrix:
# - PLATFORM: ubuntu-2204
# PLATFORM_ID: 2204
# - PLATFORM: ubuntu-2404
# PLATFORM_ID: 2404
# PLATFORM_ID: 2404
# - PLATFORM: opensuse-155
# PLATFORM_ID: suse155
@ -64,9 +64,9 @@ steps:
just build-r-${PLATFORM} $(cat r-release-version.txt)
fi
# volumes:
# - docker-sock:/var/run/docker.sock
# - docker-sock:/var/run/docker.sock
# volumes:
# - /var/run/docker.sock:/var/run/docker.sock
# - /var/run/docker.sock:/var/run/docker.sock
# - /tmp:/tmp
- name: Upload
@ -119,3 +119,9 @@ steps:
# fi
# volumes:
# - /tmp:/tmp
services:
docker:
image: docker:dind
commands: dockerd-entrypoint.sh --storage-driver=vfs --tls=false
privileged: true