We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 052b1b1 commit 128cfc6Copy full SHA for 128cfc6
.github/workflows/build.yml
@@ -17,7 +17,7 @@ jobs:
17
fail-fast: false
18
max-parallel: 4
19
matrix:
20
- platform: ["linux/arm/v6", "linux/arm/v7", "linux/arm64/v8", "linux/386", "linux/ppc64le", "linux/amd64"]
+ platform: ["linux/386", "linux/arm/v6", "linux/arm/v7", "linux/arm64/v8", "linux/386", "linux/ppc64le", "linux/amd64", "linux/s390x"]
21
steps:
22
- name: Checkout repository
23
uses: actions/checkout@v4
0 commit comments