We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1701b87 commit 556a784Copy full SHA for 556a784
.github/workflows/alpine.yaml
@@ -103,6 +103,7 @@ jobs:
103
make -j4 run GCC='${{matrix.compiler.gcc}}' GXX='${{matrix.compiler.gxx}}' MARCH=
104
END
105
- name: Upload Results
106
+ if: matrix.target != 's390x'
107
uses: actions/upload-artifact@v4
108
with:
109
name: build-${{matrix.target}}-${{matrix.compiler.label}}
0 commit comments