Skip to content

Commit 602b776

Browse files
committed
chore(manifests): Add gh plugin
Signed-off-by: Thorsten Hans <[email protected]>
1 parent d86b39a commit 602b776

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

manifests/gh/gh.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"name": "gh",
3+
"description": "Generates GitHub Actions for Spin Apps",
4+
"homepage": "https://github.com/fermyon/spin-gh-plugin",
5+
"version": "0.0.4",
6+
"spinCompatibility": ">=2.0.0",
7+
"license": "Apache-2.0",
8+
"packages": [
9+
{
10+
"os": "linux",
11+
"arch": "aarch64",
12+
"url": "https://github.com/fermyon/spin-github-plugin/releases/download/v0.0.4/gh-0.0.4-linux-aarch64.tar.gz",
13+
"sha256": "c9240d7f7f2beba21b457981097d1d4435ad3f7979204b9c5493bd9ae1556474"
14+
},
15+
{
16+
"os": "macos",
17+
"arch": "amd64",
18+
"url": "https://github.com/fermyon/spin-github-plugin/releases/download/v0.0.4/gh-0.0.4-macos-amd64.tar.gz",
19+
"sha256": "22906140fce77cd52ad5b07081cd0180ef4961098ef28a3fa1091410d27ced10"
20+
},
21+
{
22+
"os": "macos",
23+
"arch": "aarch64",
24+
"url": "https://github.com/fermyon/spin-github-plugin/releases/download/v0.0.4/gh-0.0.4-macos-aarch64.tar.gz",
25+
"sha256": "109768b80b940fe52f6249841cb90edb9f7ad26798c974587e8816c2b124387d"
26+
},
27+
{
28+
"os": "linux",
29+
"arch": "amd64",
30+
"url": "https://github.com/fermyon/spin-github-plugin/releases/download/v0.0.4/gh-0.0.4-linux-amd64.tar.gz",
31+
"sha256": "f6dcec858761ddfe57e84237c0603c85cb64eccd13c430d3611e030cbfadd77c"
32+
}
33+
]
34+
}

0 commit comments

Comments
 (0)