We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e965cca commit 564e97dCopy full SHA for 564e97d
1 file changed
.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", "linux/s390x"]
+ platform: ["linux/arm/v6", "linux/arm/v7", "linux/arm64/v8", "linux/386", "linux/ppc64le", "linux/amd64"]
21
steps:
22
- name: Checkout repository
23
uses: actions/checkout@v6
0 commit comments