Removed mips and mipsel from build matrix.

This commit is contained in:
Revertron
2024-07-13 13:39:22 +02:00
parent 7c5cc1879b
commit dd12397c39
+1 -1
View File
@@ -55,7 +55,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
arch: [ amd64, i686, mips, mipsel, armhf, armlf, arm64 ]
arch: [ amd64, i686, armhf, armlf, arm64 ]
defaults:
run:
shell: bash