File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments