.
This commit is contained in:
parent
9ac146e091
commit
869307b15f
1 changed files with 4 additions and 5 deletions
|
|
@ -52,17 +52,16 @@ steps:
|
|||
|
||||
- name: Build
|
||||
image: library/docker:27.0.3-alpine3.20
|
||||
environment:
|
||||
DOCKER_HOST: tcp://docker:2376
|
||||
commands: |
|
||||
if [ ! -s r_build_latest.txt ] || [ ! "$(cat r-release-version.txt)" = "$(cat r_build_latest.txt)" ]; then
|
||||
apk add -q --no-cache py3-pip make just aws-cli docker-compose
|
||||
pip3 install -q b2 --break-system-packages
|
||||
just build-r-${PLATFORM} $(cat r-release-version.txt)
|
||||
fi
|
||||
volumes:
|
||||
- docker-sock:/var/run/docker.sock
|
||||
settings:
|
||||
mount:
|
||||
- "docker-sock"
|
||||
# volumes:
|
||||
# - docker-sock:/var/run/docker.sock
|
||||
# volumes:
|
||||
# - /var/run/docker.sock:/var/run/docker.sock
|
||||
# - /tmp:/tmp
|
||||
|
|
|
|||
Loading…
Reference in a new issue