Skip to content

Commit 98593f9

Browse files
authored
ci: include linux arm64 CLI in release assets (#1298)
1 parent 868d5e2 commit 98593f9

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -497,6 +497,12 @@ jobs:
497497
name: rust-cli-hindsight-linux-amd64
498498
path: ./artifacts/rust-cli-linux
499499

500+
- name: Download Rust CLI (Linux ARM)
501+
uses: actions/download-artifact@v8
502+
with:
503+
name: rust-cli-hindsight-linux-arm64
504+
path: ./artifacts/rust-cli-linux-arm64
505+
500506
- name: Download Rust CLI (macOS Intel)
501507
uses: actions/download-artifact@v8
502508
with:
@@ -533,6 +539,7 @@ jobs:
533539
cp artifacts/control-plane/*.tgz release-assets/ || true
534540
# Rust CLI binaries
535541
cp artifacts/rust-cli-linux/hindsight-linux-amd64 release-assets/ || true
542+
cp artifacts/rust-cli-linux-arm64/hindsight-linux-arm64 release-assets/ || true
536543
cp artifacts/rust-cli-darwin-amd64/hindsight-darwin-amd64 release-assets/ || true
537544
cp artifacts/rust-cli-darwin-arm64/hindsight-darwin-arm64 release-assets/ || true
538545
# Helm chart

0 commit comments

Comments
 (0)