Skip to content

Commit

Permalink
PyPI への登録は Ubuntu 22.04 x86_64 にする
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Jul 31, 2024
1 parent 645d52e commit 0074ad3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ jobs:
fail-fast: false
matrix:
platform:
- name: ubuntu-24.04_x86_64
# - name: ubuntu-24.04_x86_64
- name: ubuntu-22.04_x86_64
- name: macos-14_arm64
- name: macos-13_arm64
Expand Down
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Please read <https://github.com/shiguredo/oss/blob/master/README.en.md> before u
- [Sora C++ SDK](https://github.com/shiguredo/sora-cpp-sdk) ベース
- WebRTC 部分の機能は [libwebrtc](https://webrtc.googlesource.com/src/) を採用
- Windows / macOS / Linux (Ubuntu) プラットフォームに対応
- NVIDIA Jetson に対応
- NVIDIA Jetson JetPack SDK に対応
- Intel / Apple / NVIDIA のハードウェアデコーダー/エンコーダーに対応
- Intel VPL (AV1 / H.264 / H.265)
- Apple Video Toolbox (H.264 / H.265)
Expand Down Expand Up @@ -95,9 +95,9 @@ PyPI 経由ではインストールできません。
それよりの過去の Ubuntu に付いては優先実装で対応できますので、ご相談ください。

- Ubuntu 24.04 LTS
- Ubuntu 28.04 リリース、3 ヶ月後にサポート終了
- Ubuntu 28.04 リリース後、6 ヶ月以内に通常サポート終了
- Ubuntu 22.04 LTS
- Ubuntu 26.04 リリース、3 ヶ月後にサポート終了
- Ubuntu 26.04 リリース後、6 ヶ月以内に通常サポート終了

## 対応機能

Expand Down Expand Up @@ -125,6 +125,9 @@ PyPI 経由ではインストールできません。
- Ubuntu 24.04 arm64
- Ubuntu 22.04 arm64
- Ubuntu 20.04 arm64 (NVIDIA Jetson JetPack SDK 5)
- AMD Video Core Next (VCN) 対応
- VP9 / AV1 / H.264 / H.265
- Python 3.9 以前への対応

## サポートについて

Expand Down

0 comments on commit 0074ad3

Please sign in to comment.