Skip to content

Commit c4842fe

Browse files
committed
Fixup, it was include
1 parent 66bcddf commit c4842fe

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@ jobs:
1818
fail-fast: false
1919
max-parallel: 4
2020
matrix:
21-
platform: ["linux/386"]
22-
run-on: ["ubuntu-22.04"]
23-
includes:
21+
include:
22+
- { platform: "linux/386", run-on: "ubuntu-22.04" }
2423
- { platform: "linux/amd64", run-on: "ubuntu-22.04" }
2524
- { platform: "linux/ppc64le", run-on: "ubuntu-22.04" }
2625
- { platform: "linux/s390x", run-on: "ubuntu-22.04" }

0 commit comments

Comments
 (0)