From a76204bd38a29f0e81b4591de94df9de152cbbfa Mon Sep 17 00:00:00 2001 From: Akkadius Date: Sat, 24 Dec 2022 05:22:07 -0600 Subject: [PATCH] Update .drone.yml --- .drone.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 6f4388d24..197d0bba5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -39,9 +39,14 @@ kind: pipeline type: docker name: Build Linux Binaries -platform: - os: windows - arch: amd64 +# Limits how many of these builds can run on the drone runner at a time, this isn't about cores +concurrency: + limit: 1 + +volumes: + - name: cache + host: + path: /var/lib/cache steps: - name: Init