Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Modify default.cfg so it tries to build up-to-date and supported
versions of fedora.
  • Loading branch information
lhirlimann authored and nyalldawson committed Oct 23, 2020
1 parent a65143e commit fa54eab
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions rpm/default.cfg
Expand Up @@ -10,12 +10,12 @@ OUTDIR="result"

# Which arches to build for. Check /etc/mock for possible options
ARCHS=(
"fedora-28-i386"
"fedora-28-x86_64"
"fedora-29-i386"
"fedora-29-x86_64"
"fedora-30-i386"
"fedora-30-x86_64"
"fedora-31-i386"
"fedora-31-x86_64"
"fedora-32-i386"
"fedora-32-x86_64"
"fedora-33-i386"
"fedora-33-x86_64"
)

# Which git branch to export. Normally take the current
Expand Down

0 comments on commit fa54eab

Please sign in to comment.