Koushik Dutta
38037d31b3
install: add nvidia legacy
2025-10-29 21:08:42 -07:00
Koushik Dutta
f9b8715cc0
install: add nvidia legacy
2025-10-29 20:47:24 -07:00
Koushik Dutta
b00fd7e684
docker: split out amd flavor for future rocm
2025-09-28 11:19:46 -07:00
Koushik Dutta
d5ce4e24c4
docker: split out amd flavor for future rocm
2025-09-28 11:18:55 -07:00
Koushik Dutta
4c5ae94c7c
github: fix docker action
2025-07-25 11:40:35 -07:00
Koushik Dutta
d71bbf1824
docker: better tags
2025-06-12 22:17:26 -07:00
Koushik Dutta
8e33775b0e
docker: fix builds
2025-06-12 20:34:51 -07:00
Koushik Dutta
1077bd1f56
docker: add intel builds
2025-06-12 20:23:04 -07:00
Koushik Dutta
37e5c49729
github: remove router build
2025-04-08 10:45:50 -07:00
Koushik Dutta
cbe251e345
docker: bump node to 22
2025-04-04 12:18:59 -07:00
Koushik Dutta
448e2c4e6e
router: fix names
2025-03-08 23:51:15 -08:00
Koushik Dutta
1be806eb8e
docker: add router builds
2025-03-08 23:31:10 -08:00
Brett Jia
57480f7606
actions: add Linux arm64 runner to tests ( #1696 )
2025-01-17 16:50:35 -08:00
Koushik Dutta
9b504a280f
docker: switch to noble base
2024-12-06 11:52:26 -08:00
Koushik Dutta
235d408f1f
dockker: test noble
2024-12-06 11:27:09 -08:00
Koushik Dutta
134d4be1b7
docker: noble base
2024-12-06 10:47:01 -08:00
Koushik Dutta
e77487ed15
docker: noble base
2024-12-06 10:46:25 -08:00
Brett Jia
48976b2947
sdk: add env to FFmpegInput + fix python parameterized class generator ( #1532 )
...
* sdk: add env to FFmpegInput + fix python parameterized class generator
* downgrade node for gh actions
2024-07-20 13:29:45 -07:00
Koushik Dutta
90b4bcfec9
actions: fixup static sites workflow
2024-07-18 10:27:37 -07:00
Koushik Dutta
49df286cfa
Create static.yml
2024-07-18 10:24:51 -07:00
Koushik Dutta
09c38e427a
actions: Update build-sdk.yml
2024-07-09 10:28:07 -07:00
Brett Jia
42ed855b05
actions: replace local install test with setup-scrypted action ( #1488 )
...
* actions: replace local install test with setup-scrypted action
* update
* extract server version from package.json
* use package-lock.json
2024-05-28 12:59:13 -07:00
Koushik Dutta
c759becac6
docker: use separate amd64 builder
2024-05-03 23:27:59 -07:00
Koushik Dutta
b3a16c0000
docker: use separate amd64 builder
2024-05-03 23:24:36 -07:00
Koushik Dutta
809956a2a4
docker: standardize versioning
2024-05-03 15:23:43 -07:00
Koushik Dutta
0be72a70a5
docker: fixup versioning to new format
2024-05-03 14:46:58 -07:00
Koushik Dutta
1f2187fd6a
docker: simplify build matrix
2024-05-03 14:12:21 -07:00
Koushik Dutta
83b60b7b2b
docker: fixup args
2024-05-03 14:00:46 -07:00
Koushik Dutta
edfdd5c1a8
docker: move nvidia to scrypted-common
2024-05-03 13:59:33 -07:00
Koushik Dutta
20beacb746
docker: add nvidia default tag
2024-05-02 23:40:11 -07:00
Koushik Dutta
ac51fa6355
docker: fix nvidia build checkout
2024-05-02 23:13:09 -07:00
Koushik Dutta
05a60831e6
docker: fix buildx
2024-05-02 22:57:52 -07:00
Koushik Dutta
31fd833873
docker: nvidia build
2024-05-02 22:25:06 -07:00
Koushik Dutta
4a50095049
Update build-plugins-changed.yml
2024-04-18 09:58:33 -07:00
Koushik Dutta
f0402564a8
install: upgrade scripts to node 20, provide explicit python paths
2024-03-21 13:41:48 -07:00
Koushik Dutta
6903d56570
docker: remove python from lite
2024-03-06 20:17:27 -08:00
Koushik Dutta
afd4927e5b
github: remove references to dead thin builds
2024-03-06 12:25:22 -08:00
Koushik Dutta
45af364215
github: make node 20 default
2024-03-06 12:22:47 -08:00
Koushik Dutta
93c371841c
github: build node 20
2024-03-05 09:58:16 -08:00
Koushik Dutta
a73f421cee
github: build node 20
2024-03-05 09:56:52 -08:00
Brett Jia
ead2c5e76f
workflows: test build ui with core ( #1340 )
...
* workflows: test build ui with core
* trigger dummy change
* Revert "trigger dummy change"
This reverts commit 622601062c .
2024-02-24 19:11:14 -08:00
Long Zheng
eec6291d9e
CI build changed plugins ( #1323 )
...
* Fix WritableDeviceState
* Fix tsconfig error
* Fix test
* Create build-plugins-changed.yml
* Update build-sdk.yml
* Update build-plugins-changed.yml
2024-02-18 23:12:39 -08:00
Long Zheng
dd7d920480
sdk: Add strict types to sdk ( #1308 )
...
* Enable strict mode
* Add @types/node
Remove @types/rimraf
* Fix `include` path to be actual `src`
* Add strict to `sdk`
* Assert `getItem`
* Fix types in SDK
* Refactor SDK function to be type safe
* parseValue handle value null or undefined
* Fix types tsconfig
* Make getDeviceConsole required
* Add build-sdk workflow
* Set working directory
* Assert not undefined
* Remove optionals
* Undo addScryptedInterfaceProperties, revert to self executing function
* Use different type
* Make _deviceState private and add ts-ignore
* Remove unused function
* Remove non-null asserts
* Add tsconfig for sdk/types/src
* Get property isOptional from schema
Use typedoc types
* Type fixes
* Fix type
* Fix type
* Revert change
2024-02-15 15:17:31 -08:00
Koushik Dutta
85e41180b2
Update docker-common.yml
2024-01-13 16:14:38 -08:00
Koushik Dutta
3ba02c44ab
docker: disable node 20 buikds
2024-01-03 11:13:43 -08:00
Koushik Dutta
fe4733bb97
gha: enable ghcr common publishing
2024-01-03 11:12:48 -08:00
Koushik Dutta
59ccd4e4d8
docker: remove armv7
2024-01-01 18:24:51 -08:00
Koushik Dutta
ae80eb7727
docker: remove armv7
2024-01-01 18:24:35 -08:00
Koushik Dutta
e1b2216543
docker: correct gh action
2023-12-21 21:25:10 -08:00
Koushik Dutta
89c1682421
docker: fixup
2023-12-21 21:24:41 -08:00