Integrate with hosted-app-utils

Strip down this repo and allow the hosted-app-utils `package` script to
auto-generate the package.
This commit is contained in:
2024-07-30 08:48:18 -07:00
parent a47c7b3d98
commit 5222a67855
16 changed files with 47 additions and 438 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"name": "streamline-emr",
"org": "streamline",
"version": "0.1",
"platforms": [
"linux/arm64",
"linux/amd64"
],
"images": {
"linux/arm64": {
"registry.gitlab.com/signalytic/client-external/streamline/streamline-emr/streamline-emr/arm64:latest": "streamline-emr:latest"
},
"linux/amd64": {
"registry.gitlab.com/signalytic/client-external/streamline/streamline-emr/streamline-emr/amd64:latest": "streamline-emr:latest"
}
}
}