[julia] fix platform label in genisolist

This commit is contained in:
Johnny Chen 2020-07-12 23:52:46 +08:00
parent 0b89634e14
commit bf225c5535
No known key found for this signature in database
GPG Key ID: A8E1AABB61708099

View File

@ -679,7 +679,7 @@ listvers = 1
location = julia-releases/bin/*/*/*/julia-*
# This regex does not capture release candidate (rc) versions
pattern = /(x64|x86|aarch64|armv7l)/[\d\.]+/julia-([\d\.]+)-(freebsd|mac|linux|win)\d*-?\w+\.(dmg|pkg|exe|tar\.gz)(?!.)
platform = $3/$2
platform = $3/$1
version = $2
type = $4
key_by = $3 $2