Skip to content

Commit

Permalink
pixi: Add arm64 support
Browse files Browse the repository at this point in the history
Signed-off-by: Chawye Hsu <[email protected]>
  • Loading branch information
chawyehsu committed Oct 23, 2024
1 parent 388915f commit 83e4754
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions bucket/pixi.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
"64bit": {
"url": "https://github.com/prefix-dev/pixi/releases/download/v0.34.0/pixi-x86_64-pc-windows-msvc.zip",
"hash": "d5080caf66a613b01a1485bf99fc290b8ebd079986db87de594b8cf24ab5b7a9"
},
"arm64": {
"url": "https://github.com/prefix-dev/pixi/releases/download/v0.34.0/pixi-aarch64-pc-windows-msvc.zip",
"hash": "9257825e546032e1e18545c6b6b94d46c7bc8e9c1b02d6b79cedd01ad8ab84c8"
}
},
"installer": {
Expand Down Expand Up @@ -42,6 +46,9 @@
"architecture": {
"64bit": {
"url": "https://github.com/prefix-dev/pixi/releases/download/v$version/pixi-x86_64-pc-windows-msvc.zip"
},
"arm64": {
"url": "https://github.com/prefix-dev/pixi/releases/download/v$version/pixi-aarch64-pc-windows-msvc.zip"
}
}
}
Expand Down

0 comments on commit 83e4754

Please sign in to comment.