Merge pull request #9497 from oech3/rm-i586

CICD.yml: Removed unused code for i586
This commit is contained in:
Daniel Hofstetter
2025-11-27 14:49:24 +01:00
committed by GitHub
-1
View File
@@ -637,7 +637,6 @@ jobs:
case '${{ matrix.job.target }}' in
aarch64-*) TARGET_ARCH=arm64 ;;
arm-*-*hf) TARGET_ARCH=armhf ;;
i586-*) TARGET_ARCH=i586 ;;
i686-*) TARGET_ARCH=i686 ;;
x86_64-*) TARGET_ARCH=x86_64 ;;
esac;