Skip to content

Commit

Permalink
make cross in build job
Browse files Browse the repository at this point in the history
  • Loading branch information
morganchristiansson committed Jan 8, 2022
1 parent 8902512 commit b2f03ce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
- run: go env
- run: make build
- run: make build-test-tools
- run: |
make tools
go mod vendor
make cross
- save_cache:
key: go-mod-cache-v1-{{ checksum "./go.sum" }}
paths:
Expand Down

0 comments on commit b2f03ce

Please sign in to comment.