We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66bcddf commit c4842feCopy full SHA for c4842fe
.github/workflows/build.yml
@@ -18,9 +18,8 @@ jobs:
18
fail-fast: false
19
max-parallel: 4
20
matrix:
21
- platform: ["linux/386"]
22
- run-on: ["ubuntu-22.04"]
23
- includes:
+ include:
+ - { platform: "linux/386", run-on: "ubuntu-22.04" }
24
- { platform: "linux/amd64", run-on: "ubuntu-22.04" }
25
- { platform: "linux/ppc64le", run-on: "ubuntu-22.04" }
26
- { platform: "linux/s390x", run-on: "ubuntu-22.04" }
0 commit comments