docs: add linux arm64 download link to manual installation steps#574
docs: add linux arm64 download link to manual installation steps#574zimeg wants to merge 2 commits into
Conversation
Co-Authored-By: Claude <svc-devxp-claude@slack-corp.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #574 +/- ##
=======================================
Coverage 71.66% 71.66%
=======================================
Files 226 226
Lines 19148 19148
=======================================
Hits 13723 13723
Misses 4218 4218
Partials 1207 1207 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
zimeg
left a comment
There was a problem hiding this comment.
📫 A few confirmations of link and note for reviewers!
| 🐧 💾 [**Download for Linux (.tar.gz)**](https://downloads.slack-edge.com/slack-cli/slack_cli_4.2.0_linux_64-bit.tar.gz) | ||
| 🐧 💾 [**Download for Linux x86_64 (.tar.gz)**](https://downloads.slack-edge.com/slack-cli/slack_cli_4.2.0_linux_amd64.tar.gz) | ||
|
|
||
| 🐧 💪 [**Download for Linux ARM64 (.tar.gz)**](https://downloads.slack-edge.com/slack-cli/slack_cli_4.2.0_linux_arm64.tar.gz) |
There was a problem hiding this comment.
🔬 test: Confirmed this matches what we hope:
$ file ~/Downloads/slack_cli_4.2.0_linux_arm64/bin/slack
~/Downloads/slack_cli_4.2.0_linux_arm64/bin/slack: ELF 64-bit LSB executable, ARM aarch64, version 1 (SYSV), statically linked, Go BuildID=IfS03H2TGgiB_dxGrMrz/xnZMOMyoXg4H75Oak-QA/b8y9iu-Yd5i7RQcSZ6FF/xLDHpkzEw5n0M5w0PJXw, BuildID[sha1]=62efb0df4a3ac567873090e34dd37b519d1e0d73, stripped
| 🍏 🪨 [**Download for macOS Intel (.tar.gz)**](https://downloads.slack-edge.com/slack-cli/slack_cli_4.2.0_macOS_amd64.tar.gz) | ||
|
|
||
| 🐧 💾 [**Download for Linux (.tar.gz)**](https://downloads.slack-edge.com/slack-cli/slack_cli_4.2.0_linux_64-bit.tar.gz) | ||
| 🐧 💾 [**Download for Linux x86_64 (.tar.gz)**](https://downloads.slack-edge.com/slack-cli/slack_cli_4.2.0_linux_amd64.tar.gz) |
There was a problem hiding this comment.
🦠 test: Also matching the build we expect:
$ file ~/Downloads/slack_cli_4.2.0_linux_amd64/bin/slack
~/Downloads/slack_cli_4.2.0_linux_amd64/bin/slack: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically linked, Go BuildID=pFlRhTBO8x2isTI_p7jx/Yc-FjyGUx6DnWlQ5Gh6B/OncVdDiuvpLsOr3aqRa8/Kn9l7e4IdkNZO_NNrU_8, BuildID[sha1]=fc7823f53914fcb09d0cfc88c574103553fe6cbb, stripped
|
|
||
| 🍏 🪨 [**Download for macOS Intel (.tar.gz)**](https://downloads.slack-edge.com/slack-cli/slack_cli_4.2.0_macOS_amd64.tar.gz) | ||
|
|
||
| 🐧 💾 [**Download for Linux (.tar.gz)**](https://downloads.slack-edge.com/slack-cli/slack_cli_4.2.0_linux_64-bit.tar.gz) |
There was a problem hiding this comment.
🗣️ note: This remains available for updates from earlier version to 4.2.0 and changes of #539
Co-Authored-By: Claude <svc-devxp-claude@slack-corp.com>
zimeg
left a comment
There was a problem hiding this comment.
🔮 Another comment of recent changes.
| sed -i.bak -E "s#slack_cli_[0-9]+\.[0-9]+\.[0-9]+_linux_amd64\.tar\.gz#slack_cli_$(RELEASE_VERSION)_linux_amd64.tar.gz#" docs/guides/installing-the-slack-cli-for-mac-and-linux.md | ||
| sed -i.bak -E "s#slack_cli_[0-9]+\.[0-9]+\.[0-9]+_linux_arm64\.tar\.gz#slack_cli_$(RELEASE_VERSION)_linux_arm64.tar.gz#" docs/guides/installing-the-slack-cli-for-mac-and-linux.md |
There was a problem hiding this comment.
📣 test: Confirmed this updates with make rc command toward next RC!
Changelog
Summary
This PR adds a separate Linux ARM64 download link to the manual installation steps, alongside the existing x86_64 link. This follows up on #539 which added Linux ARM64 builds to the release pipeline but did not update the docs to expose the new download path.
Testing
docgenoutputs alongside next releaseNotes
The existing
linux_64-bitURL is kept as a fallback in the release pipeline (it maps to amd64), but the docs now point directly to thelinux_amd64release for clarity.Requirements