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