Skip to content

Commit

Permalink
drone: allow build to use more CPUs
Browse files Browse the repository at this point in the history
  • Loading branch information
abh committed Aug 8, 2021
1 parent 2adb0a0 commit 3420d3d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@ steps:

- name: goreleaser
image: golang:1.16.7
resources:
requests:
cpu: 3000
memory: 512MiB
limits:
cpu: 6000
memory: 2048MiB
volumes:
- name: cache
path: /go
Expand Down

0 comments on commit 3420d3d

Please sign in to comment.