Our CI binary names, especially for ARM, are a bit confusing right now.
I propose the following changes:
Also so far we don't have any differentiation for macos (arm) binaries and for the near future we'll only distribute m1 binaries, since that's what github offers us as a runner (m1) and there's no SDE like binary for macos either.
open question:
Our CI binary names, especially for ARM, are a bit confusing right now.
I propose the following changes:
drop
ubuntuand uselinuxRename Linux universal release package/binary #6760use .gz tar archive for linux Compress Linux universal release package #6746
use .gz for other tar archives remaining Further binary releases fixes #6850
rename
armv8->arm64rename
armv7->arm32rename
macos-m1-apple-silicon->macos-arm64add
arm64binaries forlinuxarm64 universal binaries redux #6823Add Prerelease Notes #6803
drop old macos binaries #6836
Also so far we don't have any differentiation for macos (arm) binaries and for the near future we'll only distribute m1 binaries, since that's what github offers us as a runner (m1) and there's no SDE like binary for macos either.
open question:
macos should have bmi2 since 2013 and those devices are much more consumer focused anyway. Answered in drop old macos binaries #6836