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 892076b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- go-mod-cache-v1-{{ checksum "./go.sum" }}
- go-mod-cache-v1-
- run: go env
- run: make build
- run: make build tools cross
- run: make build-test-tools
- save_cache:
key: go-mod-cache-v1-{{ checksum "./go.sum" }}
Expand Down

0 comments on commit 892076b

Please sign in to comment.