build-arm64
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
ale 2024-10-08 12:05:51 +02:00
parent d8f069272d
commit 898a61408c

View File

@ -23,6 +23,8 @@ steps:
volumes:
- name: etcdocker
path: /etc/docker
- name: dockersock
path: /var/run/docker.sock
commands:
- docker login -u $USER -p $PASS $REGISTRY
- git clone --recursive https://git.manalejandro.com/ale/libretranslate-api .
@ -46,6 +48,8 @@ steps:
volumes:
- name: etcdocker
path: /etc/docker
- name: dockersock
path: /var/run/docker.sock
commands:
- docker login -u $USER -p $PASS $REGISTRY
- docker run --rm --privileged $REGISTRY/qemu-user-static --reset -p yes
@ -58,6 +62,9 @@ steps:
- tag
volumes:
- name: dockersock
host:
path: /var/run/docker.sock
- name: etcdocker
host:
path: /etc/docker