Skip to content

Commit

Permalink
Micromamba darwin arm64 (#415)
Browse files Browse the repository at this point in the history
* added micromamba

* added darwin arm64
  • Loading branch information
rolandknight authored Nov 20, 2023
1 parent 3f98823 commit cd7d18e
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion micromamba.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,17 @@ linux {
}
}

darwin {
platform "darwin" "arm64" {
source = "https://github.com/mamba-org/micromamba-releases/releases/download/${version}/micromamba-osx-arm64"
on "unpack" {
rename {
from = "${root}/micromamba-osx-arm64"
to = "${root}/micromamba"
}
}
}

platform "darwin" "amd64" {
source = "https://github.com/mamba-org/micromamba-releases/releases/download/${version}/micromamba-osx-64"
on "unpack" {
rename {
Expand All @@ -34,4 +44,5 @@ darwin {
sha256sums = {
"https://github.com/mamba-org/micromamba-releases/releases/download/1.5.3-0/micromamba-linux-64.sha256": "a5247548a790e179c8f6a00966d59dc9254631b33ce14c51e184fe77b13a0276",
"https://github.com/mamba-org/micromamba-releases/releases/download/1.5.3-0/micromamba-osx-64.sha256": "85ba1be8b74973a3447ed5e18bc36045c62d34edc9d11b632a5c19fee04a9e13",
"https://github.com/mamba-org/micromamba-releases/releases/download/1.5.3-0/micromamba-osx-arm64.sha256": "578274ecf795d6e32057d62a7a7b66ab1c01264c9b9c9e111eb0f97e7530a9fc",
}

0 comments on commit cd7d18e

Please sign in to comment.