CICD.yml: Removed unused code for i586

This commit is contained in:
oech3 2025-11-27 21:01:04 +09:00 committed by GitHub
parent b9f97d4c7d
commit 2e65099999
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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;