@cryptotaxi247 / kubo / commits / 32eb6e317

fix(ci): faster gobuild job

this should make it take way less time without the need for rewriting make cmd/ipfs-try-build

Marcin Rataj committed Jan 19, 2022 at 18:58 UTC 32eb6e3176689ab8f94c6c42fe1370f56dbdc496
1 file changed +1
.circleci/main.yml
+1
@@ -69,6 +69,7 @@ executors:
69 jobs:
70 gobuild:
71 executor: golang
72 + resource_class: 2xlarge+
73 steps:
74 - checkout
75 - *make_out_dirs