Skip to content

Commit

Permalink
Move to a larger resource class to handle the multi-arch builds better (
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Suderman committed Aug 17, 2022
1 parent 3a5c7c2 commit 548ddbc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
- run: go test -v ./... -coverprofile=coverage.txt -covermode=atomic
snapshot:
working_directory: /go/src/github.com/fairwindsops/rbac-lookup
resource_class: large
docker:
- image: goreleaser/goreleaser:v1.10.3
steps:
Expand All @@ -55,6 +56,7 @@ jobs:
path: dist
destination: snapshot
release:
resource_class: large
working_directory: /go/src/github.com/fairwindsops/rbac-lookup
docker:
- image: goreleaser/goreleaser:v1.10.3
Expand Down

0 comments on commit 548ddbc

Please sign in to comment.