Skip to content

Commit 6764a4b

Browse files
committed
Add mirrord
1 parent 77a4348 commit 6764a4b

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

mirrord.hcl

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
description = "Connect your local process and your cloud environment, and run local code in cloud conditions."
2+
binaries = ["mirrord"]
3+
test = "mirrord --version"
4+
5+
platform "linux" {
6+
sha256-source = "https://github.com/metalbear-co/mirrord/releases/download/${version}/mirrord_linux_${xarch}.shasum256"
7+
source = "https://github.com/metalbear-co/mirrord/releases/download/${version}/mirrord_linux_${xarch}"
8+
}
9+
10+
platform "darwin" {
11+
sha256-source = "https://github.com/metalbear-co/mirrord/releases/download/${version}/mirrord_mac_universal.shasum256"
12+
source = "https://github.com/metalbear-co/mirrord/releases/download/${version}/mirrord_mac_universal.zip"
13+
}
14+
15+
on "unpack" {
16+
chmod {
17+
file = "${root}/mirrord"
18+
mode = 493
19+
}
20+
}
21+
22+
version "3.156.0" {
23+
auto-version {
24+
github-release = "metalbear-co/mirrord"
25+
}
26+
}
27+
28+
sha256sums = {
29+
"https://github.com/metalbear-co/mirrord/releases/download/3.156.0/mirrord_mac_universal.zip": "d9ef16829b6c9e56e3ce1a760d5dee9852c5ae20c0e782f9132519f95cbcadf1",
30+
"https://github.com/metalbear-co/mirrord/releases/download/3.156.0/mirrord_linux_aarch64": "78724f13733274c74126b69eedf189984a655130e68b817008e48281eba78be8",
31+
"https://github.com/metalbear-co/mirrord/releases/download/3.156.0/mirrord_linux_x86_64": "fdcb2365f1cb72d87144403aa5b265c7193c7c90deb48d578de790a3497ff950",
32+
}

0 commit comments

Comments
 (0)