Skip to content

Commit

Permalink
chore(manifests): Add gh plugin
Browse files Browse the repository at this point in the history
Signed-off-by: Thorsten Hans <[email protected]>
  • Loading branch information
ThorstenHans committed Nov 8, 2024
1 parent d86b39a commit 602b776
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions manifests/gh/gh.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"name": "gh",
"description": "Generates GitHub Actions for Spin Apps",
"homepage": "https://github.com/fermyon/spin-gh-plugin",
"version": "0.0.4",
"spinCompatibility": ">=2.0.0",
"license": "Apache-2.0",
"packages": [
{
"os": "linux",
"arch": "aarch64",
"url": "https://github.com/fermyon/spin-github-plugin/releases/download/v0.0.4/gh-0.0.4-linux-aarch64.tar.gz",
"sha256": "c9240d7f7f2beba21b457981097d1d4435ad3f7979204b9c5493bd9ae1556474"
},
{
"os": "macos",
"arch": "amd64",
"url": "https://github.com/fermyon/spin-github-plugin/releases/download/v0.0.4/gh-0.0.4-macos-amd64.tar.gz",
"sha256": "22906140fce77cd52ad5b07081cd0180ef4961098ef28a3fa1091410d27ced10"
},
{
"os": "macos",
"arch": "aarch64",
"url": "https://github.com/fermyon/spin-github-plugin/releases/download/v0.0.4/gh-0.0.4-macos-aarch64.tar.gz",
"sha256": "109768b80b940fe52f6249841cb90edb9f7ad26798c974587e8816c2b124387d"
},
{
"os": "linux",
"arch": "amd64",
"url": "https://github.com/fermyon/spin-github-plugin/releases/download/v0.0.4/gh-0.0.4-linux-amd64.tar.gz",
"sha256": "f6dcec858761ddfe57e84237c0603c85cb64eccd13c430d3611e030cbfadd77c"
}
]
}

0 comments on commit 602b776

Please sign in to comment.