Skip to content

Commit 66bcddf

Browse files
committed
Try another syntax
1 parent b080f84 commit 66bcddf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ jobs:
1818
fail-fast: false
1919
max-parallel: 4
2020
matrix:
21+
platform: ["linux/386"]
22+
run-on: ["ubuntu-22.04"]
2123
includes:
22-
- { platform: "linux/386", run-on: "ubuntu-22.04" }
2324
- { platform: "linux/amd64", run-on: "ubuntu-22.04" }
2425
- { platform: "linux/ppc64le", run-on: "ubuntu-22.04" }
2526
- { platform: "linux/s390x", run-on: "ubuntu-22.04" }

0 commit comments

Comments
 (0)