build: make ci 2-3x faster (#859)

* Create scratch.Dockerfile

* "best practices"

* even faster?

* too fast. change outdir

* flip to 1.20.3 + v4 + setup go on docker

* download deps

* debug

* Update ci.Dockerfile

* Update goreleaser.Dockerfile

* enable web caching

* Update release.yml

* Update ci.Dockerfile

* revert goreleaser

* cleanup

* set GOCACHE

* Update ci.Dockerfile

* Delete scratch.Dockerfile
This commit is contained in:
Kyle Sanderson 2023-04-22 16:48:25 -07:00 committed by GitHub
parent 7f05dd1efd
commit d546288c2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 24 additions and 28 deletions

View file

@ -1,2 +1,3 @@
yarnPath: .yarn/releases/yarn-3.2.2.cjs
nodeLinker: node-modules
enableGlobalCache: true