Skip to content

Commit

Permalink
Update .drone.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cloverzrg authored Jul 9, 2024
1 parent 6e71ec1 commit da92f12
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ volumes:
- name: dockersock
host:
path: /var/run/docker.sock
- name: cache-docker-buildx-0.10.5
- name: cache-docker-buildx-0.14.1
host:
path: /tmp/drone/cache/docker-buildx-0.10.5
path: /tmp/drone/cache/docker-buildx-0.14.1
- name: gomodcache
host:
path: /var/docker/drone-runner/cache/gomod
Expand All @@ -41,7 +41,7 @@ steps:
volumes:
- name: dockersock
path: /var/run/docker.sock
- name: cache-docker-buildx-0.10.5
- name: cache-docker-buildx-0.14.1
path: /root/.docker/cli-plugins
- name: gomodcache
path: /go/pkg/mod
Expand All @@ -51,7 +51,7 @@ steps:
set -x; \
FILE=~/.docker/cli-plugins/docker-buildx; \
[ ! -f $FILE ] && \
wget -O $FILE https://github.com/docker/buildx/releases/download/v0.10.5/buildx-v0.10.5.linux-arm64 \
wget -O $FILE https://github.com/docker/buildx/releases/download/v0.14.1/buildx-v0.14.1.linux-arm64 \
&& chmod +x $FILE \
|| true
)
Expand Down

0 comments on commit da92f12

Please sign in to comment.