Skip to content

Commit

Permalink
Revert "fix(workflows/docker_images): Extend list of built arch"
Browse files Browse the repository at this point in the history
This reverts commit 9f2f836.
  • Loading branch information
nuclearcat authored Oct 18, 2024
1 parent 9f2f836 commit 7083370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
fail-fast: false
matrix:
kciarch: [ 'arc', 'arm', 'armv5', 'arm64', 'x86', 'mips', 'riscv64', 'i386', 'riscv' ]
kciarch: [ 'arc', 'arm', 'armv5', 'arm64', 'x86', 'mips', 'riscv64' ]
kcicmd: [ 'clang-15 kselftest kernelci',
'clang-17 kselftest kernelci',
'gcc-12 kselftest kernelci'
Expand Down

0 comments on commit 7083370

Please sign in to comment.