Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
Merge pull request #822 from rvolosatovs/feat/android
Browse files Browse the repository at this point in the history
feat: add support for Android releases
  • Loading branch information
connorsmith256 authored Sep 25, 2023
2 parents c66f673 + 6405f6c commit 4bde6b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crates/wash-lib/src/start/wasmcloud.rs
Original file line number Diff line number Diff line change
Expand Up @@ -243,9 +243,9 @@ where

/// Helper function to determine the wasmCloud host release path given an os/arch and version
fn wasmcloud_url(version: &str) -> String {
// NOTE(brooksmtownsend): I'm hardcoding `gnu` here because I'm not sure how to determine
// that programmatically. This essentially is what we had before (gnu only) but we do have a musl
// release that we should consider.
#[cfg(target_os = "android")]
let os = "linux-android";

#[cfg(target_os = "macos")]
let os = "apple-darwin";

Expand Down

0 comments on commit 4bde6b7

Please sign in to comment.