Skip to content

Commit b080f84

Browse files
committed
Only use includes
1 parent 8966e50 commit b080f84

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,12 @@ jobs:
1818
fail-fast: false
1919
max-parallel: 4
2020
matrix:
21-
platform: ["linux/386", "linux/amd64", "linux/ppc64le", "linux/s390x", "linux/riscv64"]
22-
run-on: ["ubuntu-22.04"]
2321
includes:
22+
- { platform: "linux/386", run-on: "ubuntu-22.04" }
23+
- { platform: "linux/amd64", run-on: "ubuntu-22.04" }
24+
- { platform: "linux/ppc64le", run-on: "ubuntu-22.04" }
25+
- { platform: "linux/s390x", run-on: "ubuntu-22.04" }
26+
- { platform: "linux/riscv64", run-on: "ubuntu-22.04" }
2427
- { platform: "linux/arm/v6", run-on: "ubuntu-22.04-arm" }
2528
- { platform: "linux/arm/v7", run-on: "ubuntu-22.04-arm" }
2629
- { platform: "linux/arm64/v8", run-on: "ubuntu-22.04-arm" }

0 commit comments

Comments
 (0)