You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The linux-builds artifact now contains both x86_64 and arm64 binaries
(AppImage, deb, rpm), pushing the zipped payload past VirusTotal's
~650MB /files/upload_url limit. Uploads were failing with a cryptic
"jq: parse error" because VirusTotal returns a non-JSON error body.
Split the linux scan into two virtual matrix entries (linux-x86_64-builds
and linux-arm64-builds) that both resolve to the same linux-builds
artifact but zip only the files for their architecture, keeping each
payload well under the VT limit. No change needed in the build, AWS
upload, or e2e workflows.
Also prints the zip size on upload and logs the raw VT response on
failure so future size/rate-limit issues surface clearly instead of as
a jq parse error.
Made-with: Cursor
0 commit comments