As QGIS is phasing out 32 bit support. Removing i386 targets for

fedora default build using mock.
This commit is contained in:
Ludovic 2020-10-19 08:45:53 +02:00 committed by Nyall Dawson
parent fa54eabe83
commit 647f3a06a6

View File

@ -10,11 +10,8 @@ OUTDIR="result"
# Which arches to build for. Check /etc/mock for possible options # Which arches to build for. Check /etc/mock for possible options
ARCHS=( ARCHS=(
"fedora-31-i386"
"fedora-31-x86_64" "fedora-31-x86_64"
"fedora-32-i386"
"fedora-32-x86_64" "fedora-32-x86_64"
"fedora-33-i386"
"fedora-33-x86_64" "fedora-33-x86_64"
) )