Skip to content
This repository was archived by the owner on Feb 16, 2023. It is now read-only.

Commit 13f9ae3

Browse files
committed
Reverse os and arch in matrix definition
This should display the jobs as verify-build-<os>-<arch> instead of verify-build-<arch>-<os>.
1 parent 928f388 commit 13f9ae3

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.circleci/config.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,8 @@ workflows:
4747
parameters:
4848
os: ["darwin", "linux", "windows"]
4949
arch: ["amd64", "386"]
50-
os: ["darwin", "linux", "windows"]
5150
exclude:
52-
- arch: 386
53-
os: darwin
51+
- os: darwin
52+
arch: 386
5453
- test
5554
- verify-goreleaser

0 commit comments

Comments
 (0)