mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
As QGIS is phasing out 32 bit support. Removing i386 targets for
fedora default build using mock.
This commit is contained in:
parent
fa54eabe83
commit
647f3a06a6
@ -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"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user