Browse Source
Merge pull request #14194 from neheb/i3
github: test i386_pentium-mmx instead of pentium4
lilik-openwrt-22.03
Rosen Penev
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.github/workflows/multi-arch-test-build.yml
|
|
@ -24,7 +24,7 @@ jobs: |
|
|
|
runtime_test: true |
|
|
|
- arch: arm_cortex-a15_neon-vfpv4 |
|
|
|
runtime_test: true |
|
|
|
- arch: i386_pentium4 |
|
|
|
- arch: i386_pentium-mmx |
|
|
|
runtime_test: true |
|
|
|
- arch: x86_64 |
|
|
|
runtime_test: true |
|
|
|