add El SDK CI/CD pipeline and install script

- .gitea/workflows/sdk-release.yaml: build elc from bootstrap, run tests,
  publish latest release, dispatch el-sdk-updated to downstream repos
- install.sh: one-command El SDK install from Gitea release
This commit is contained in:
Will Anderson
2026-05-02 17:45:56 -05:00
parent 19abc599ec
commit 64e870c207
21 changed files with 18926 additions and 0 deletions
@@ -0,0 +1,5 @@
---
triple: 'arm64-apple-darwin'
binary-path: '/Users/will/Development/neuron-technologies/foundation/el/dist/platform/elc-asan'
relocations: []
...