We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b080f84 commit 66bcddfCopy full SHA for 66bcddf
.github/workflows/build.yml
@@ -18,8 +18,9 @@ jobs:
18
fail-fast: false
19
max-parallel: 4
20
matrix:
21
+ platform: ["linux/386"]
22
+ run-on: ["ubuntu-22.04"]
23
includes:
- - { 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