fix: do not save cache on i386 builds (#10464)

This commit is contained in:
Joshua Powers 2022-01-19 10:30:53 -07:00 committed by GitHub
parent d3935414b5
commit 10b5ddb846
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 9 deletions

View File

@ -182,15 +182,6 @@ jobs:
- run: 'GOARCH=386 make check' - run: 'GOARCH=386 make check'
- test-go: - test-go:
arch: "386" arch: "386"
- save_cache:
name: 'go module cache'
key: go-mod-v1-{{ checksum "go.sum" }}
paths:
- '/go/pkg/mod'
- persist_to_workspace:
root: '/go'
paths:
- '*'
test-go-mac: test-go-mac:
executor: mac executor: mac
steps: steps: