Skip to content

Commit 12147e5

Browse files
ajGingrichclaude
andauthored
fix: correct Linux ARM64 installation instructions in release notes (#24)
Fix formatting issues in the release notes where the Linux ARM64 (glibc) and Linux ARM64 (musl) installation instructions were incorrectly ordered and the glibc section was missing its code block. Changes: - Added proper code block for Linux ARM64 (glibc) with radar-agent-linux-arm64 - Fixed Linux ARM64 (musl) code block to show radar-agent-linux-arm64-musl - Corrected the order to show glibc first, then musl 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <[email protected]>
1 parent c93cfd8 commit 12147e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,14 +193,14 @@ jobs:
193193
```
194194
195195
**Linux ARM64 (glibc):**
196+
```bash
197+
curl -L "https://github.com/redis-field-engineering/radar-agent/releases/download/${{ steps.tag.outputs.tag_name }}/radar-agent-linux-arm64" -o radar-agent
198+
```
196199
197200
**Linux ARM64 (musl - for Alpine):**
198201
```bash
199202
curl -L "https://github.com/redis-field-engineering/radar-agent/releases/download/${{ steps.tag.outputs.tag_name }}/radar-agent-linux-arm64-musl" -o radar-agent
200203
```
201-
```bash
202-
curl -L "https://github.com/redis-field-engineering/radar-agent/releases/download/${{ steps.tag.outputs.tag_name }}/radar-agent-linux-arm64" -o radar-agent
203-
```
204204
205205
**macOS (Apple Silicon):**
206206
```bash

0 commit comments

Comments
 (0)