Skip to content

Commit de1ce05

Browse files
committed
feat: publish all example components to GHCR and registry
- Add arxiv-rs and github-js to CI publish workflow matrix - Add arxiv-rs, github-js, and memory-js to component-registry.json These components were built but not published (arxiv-rs, github-js) or published but not discoverable (memory-js). Signed-off-by: Aaron Wislang <aaron.wislang@microsoft.com>
1 parent a168a20 commit de1ce05

2 files changed

Lines changed: 19 additions & 0 deletions

File tree

.github/workflows/examples.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ jobs:
6363
strategy:
6464
matrix:
6565
component:
66+
- name: arxiv-rs
67+
file: arxiv-rs.wasm
68+
- name: github-js
69+
file: github-js.wasm
6670
- name: gomodule-go
6771
file: gomodule.wasm
6872
- name: eval-py

component-registry.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11
[
2+
{
3+
"name": "arXiv Research",
4+
"description": "An arXiv research component for searching and downloading papers written in Rust",
5+
"uri": "oci://ghcr.io/microsoft/arxiv-rs:latest"
6+
},
7+
{
8+
"name": "GitHub API",
9+
"description": "A comprehensive GitHub REST API component written in JavaScript",
10+
"uri": "oci://ghcr.io/microsoft/github-js:latest"
11+
},
12+
{
13+
"name": "Memory Server",
14+
"description": "A knowledge graph memory storage component written in JavaScript",
15+
"uri": "oci://ghcr.io/microsoft/memory-js:latest"
16+
},
217
{
318
"name": "Weather Server",
419
"description": "A weather component written in JavaScript",

0 commit comments

Comments
 (0)