Skip to content

Commit

Permalink
Rename SRS Stack to Oryx. v5.13.34
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Apr 7, 2024
1 parent c461f8d commit d1c5ac1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,10 @@ jobs:
ossrs/srs-stack:${{ env.SRS_XYZ }}
ossrs/srs-stack:${{ env.SRS_MAJOR }}
ossrs/srs-stack:v${{ env.SRS_MAJOR }}
ossrs/oryx:${{ env.SRS_TAG }}
ossrs/oryx:${{ env.SRS_XYZ }}
ossrs/oryx:${{ env.SRS_MAJOR }}
ossrs/oryx:v${{ env.SRS_MAJOR }}
runs-on: ubuntu-20.04

aliyun:
Expand Down Expand Up @@ -141,6 +145,10 @@ jobs:
registry.cn-hangzhou.aliyuncs.com/ossrs/srs-stack:${{ env.SRS_XYZ }}
registry.cn-hangzhou.aliyuncs.com/ossrs/srs-stack:${{ env.SRS_MAJOR }}
registry.cn-hangzhou.aliyuncs.com/ossrs/srs-stack:v${{ env.SRS_MAJOR }}
registry.cn-hangzhou.aliyuncs.com/ossrs/oryx:${{ env.SRS_TAG }}
registry.cn-hangzhou.aliyuncs.com/ossrs/oryx:${{ env.SRS_XYZ }}
registry.cn-hangzhou.aliyuncs.com/ossrs/oryx:${{ env.SRS_MAJOR }}
registry.cn-hangzhou.aliyuncs.com/ossrs/oryx:v${{ env.SRS_MAJOR }}
runs-on: ubuntu-20.04

draft:
Expand Down
1 change: 1 addition & 0 deletions DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -1152,6 +1152,7 @@ The following are the update records for the SRS Stack server.
* Transcript: Use Whisper response without LF. (#163). [v5.13.31](https://github.com/ossrs/srs-stack/releases/tag/v5.13.31)
* Token: Fix bug for Bearer token while initializing. [v5.13.32](https://github.com/ossrs/srs-stack/releases/tag/v5.13.32)
* Room: Refine stat for AI-Talk. v5.13.33
* Rename SRS Stack to Oryx. v5.13.34
* v5.12
* Refine local variable name conf to config. v5.12.1
* Add forced exit on timeout for program termination. v5.12.1
Expand Down

0 comments on commit d1c5ac1

Please sign in to comment.