diff --git a/.drone.yml b/.drone.yml index 92f5feb..42d30b5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,6 +7,14 @@ platform: os: linux arch: amd64 +resources: + requests: + cpu: 100 + memory: 512MB + limits: + cpu: 200 + memory: 1024MiB + steps: - name: build-ubuntu-20