We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d674dd commit e965ccaCopy full SHA for e965cca
.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/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@v6
0 commit comments