-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathstackit.json
More file actions
40 lines (40 loc) · 1.44 KB
/
stackit.json
File metadata and controls
40 lines (40 loc) · 1.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "stackit",
"description": "StackIT Serverless plug-in.",
"homepage": "https://stackit.cloud",
"version": "1.6.0",
"spinCompatibility": ">=3.1",
"license": "Apache-2.0",
"packages": [
{
"os": "linux",
"arch": "amd64",
"url": "https://github.com/stackitcloud/spin/releases/download/v1.6.0/stackit-1.6.0-linux-amd64.tar.gz",
"sha256": "c3559f42af9f5f6454f7961a91036db3ef4727f62d7745d7f364025fb0e8c2bc"
},
{
"os": "macos",
"arch": "aarch64",
"url": "https://github.com/stackitcloud/spin/releases/download/v1.6.0/stackit-1.6.0-macos-aarch64.tar.gz",
"sha256": "55b25a172701e79463aeb7e016caa97dd7cc616861bed132b50afbc145caf4f9"
},
{
"os": "windows",
"arch": "amd64",
"url": "https://github.com/stackitcloud/spin/releases/download/v1.6.0/stackit-1.6.0-windows-amd64.tar.gz",
"sha256": "23286a2c92e866056f72c0c021e835c68a07a9d32dee41e0bc9239107c0d266b"
},
{
"os": "macos",
"arch": "amd64",
"url": "https://github.com/stackitcloud/spin/releases/download/v1.6.0/stackit-1.6.0-macos-amd64.tar.gz",
"sha256": "71a95a678ca14edb6590e33d8bd13cdd380005276804a9961b00ccb0fcfd3cab"
},
{
"os": "linux",
"arch": "aarch64",
"url": "https://github.com/stackitcloud/spin/releases/download/v1.6.0/stackit-1.6.0-linux-aarch64.tar.gz",
"sha256": "2762706e19ba7c9d212a69185e26683d798f0a8e66aa12e10dd9203f34ae2218"
}
]
}