release
This commit is contained in:
parent
71e7b74f75
commit
771878775e
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ echo "${path}"
|
||||||
cat "${path}"
|
cat "${path}"
|
||||||
|
|
||||||
for url in $(jq -r ".. | objects | .url?" "${path}" |
|
for url in $(jq -r ".. | objects | .url?" "${path}" |
|
||||||
|
grep "/20240909/" |
|
||||||
grep --invert-match "\(armv7\|ppc64le\|s390x\)" |
|
grep --invert-match "\(armv7\|ppc64le\|s390x\)" |
|
||||||
grep --invert-match "\(apple-darwin\|macos\|windows-msvc\)"); do
|
grep --invert-match "\(apple-darwin\|macos\|windows-msvc\)"); do
|
||||||
case "$(basename "${url}")" in
|
case "$(basename "${url}")" in
|
||||||
|
|
Loading…
Reference in a new issue