Fix RPM package architecture names in download docs
Summary
- Fix RPM architecture names in
docs/install/linux-manually.mdanddocs/install/bleeding-edge.md - Since v18.9.0 (commit 781b86d1), RPM packages on S3 use RPM-native naming (
x86_64,aarch64,armhfp) instead of Go/Debian naming (amd64,arm64,armhf) - The old names return 403 Forbidden for tagged releases and
latest
Changes
| Old name (broken) | New name (working) |
|---|---|
amd64 |
x86_64 |
arm64 |
aarch64 |
arm |
removed |
armhf |
armhfp |
Verification
Tested all RPM download URLs against latest and v18.9.0:
- Old names (
amd64,arm64,arm,armhf) → 403 Forbidden - New names (
x86_64,aarch64,armhfp) → 200 OK
Closes #39362 (closed)
Test plan
- Verify
x86_64,aarch64,armhfpRPM download links work onlatest - Verify docs render correctly