Use drone-cache that is friendly to this arch
continuous-integration/drone/push Build encountered an error Details

This commit is contained in:
Olivier 'reivilibre' 2021-08-06 21:45:41 +01:00
parent 5451fc492a
commit 9dc2561ac0
1 changed files with 5 additions and 2 deletions

View File

@ -6,9 +6,12 @@ platform:
os: linux
arch: arm64
image_pull_secrets:
- dockerconfig # using docker login, generate this file and add it as a secret.
steps:
- name: restore cache
image: meltwater/drone-cache:dev
image: docker.bics.ga/reivilibre/custom_drone_cache
settings:
backend: "sftp"
restore: true
@ -52,7 +55,7 @@ steps:
- rm /tmp/rsync_key
- name: rebuild cache
image: meltwater/drone-cache:dev
image: docker.bics.ga/reivilibre/custom_drone_cache
settings:
backend: "sftp"
rebuild: true