Skip to content

Commit

Permalink
Merge pull request #81 from ThorstenHans/feat/add-gh-plugin
Browse files Browse the repository at this point in the history
Adding the GH plugin
  • Loading branch information
itowlson authored Nov 10, 2024
2 parents 08b30f4 + 96e0eef commit c21fc40
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.5",
"spinCompatibility": ">=2.0.0",
"license": "Apache-2.0",
"packages": [
{
"os": "linux",
"arch": "aarch64",
"url": "https://github.com/fermyon/spin-gh-plugin/releases/download/v0.0.5/gh-0.0.5-linux-aarch64.tar.gz",
"sha256": "aa9d31af478a4b61e93579a291e57b5d9914b47989123d4bfabb53eb6bb96be9"
},
{
"os": "macos",
"arch": "amd64",
"url": "https://github.com/fermyon/spin-gh-plugin/releases/download/v0.0.5/gh-0.0.5-macos-amd64.tar.gz",
"sha256": "8a83a8b96b7c2741451c90a46b1c3a400cbd4fa4a1f46f9081810ac47ae56892"
},
{
"os": "macos",
"arch": "aarch64",
"url": "https://github.com/fermyon/spin-gh-plugin/releases/download/v0.0.5/gh-0.0.5-macos-aarch64.tar.gz",
"sha256": "e1ae5ae19b5adde03dcf6f4e63be357f6ee933d2a476727f14d48f2b4f46137f"
},
{
"os": "linux",
"arch": "amd64",
"url": "https://github.com/fermyon/spin-gh-plugin/releases/download/v0.0.5/gh-0.0.5-linux-amd64.tar.gz",
"sha256": "2cf6a20dea28fe1eefb5492cd6d2c53290779b3777c4715e3980a58268b7a2ca"
}
]
}

0 comments on commit c21fc40

Please sign in to comment.