chore(release): comment out Ubuntu platform configuration in release workflow

- Commented out the Ubuntu 22.04 platform configuration in the release.yml file to streamline the workflow and focus on active platforms.
- This change helps maintain clarity in the release process by reducing clutter from unused configurations.
This commit is contained in:
Steven Enamakel
2026-04-18 06:25:51 -07:00
parent f0e98ef655
commit a23f2373fd
+4 -4
View File
@@ -253,10 +253,10 @@ jobs:
args: --target x86_64-apple-darwin
target: x86_64-apple-darwin
artifact_suffix: x86_64-apple-darwin
- platform: ubuntu-22.04
args: --target x86_64-unknown-linux-gnu
target: x86_64-unknown-linux-gnu
artifact_suffix: ubuntu
# - platform: ubuntu-22.04
# args: --target x86_64-unknown-linux-gnu
# target: x86_64-unknown-linux-gnu
# artifact_suffix: ubuntu
- platform: windows-latest
args: --target x86_64-pc-windows-msvc
target: x86_64-pc-windows-msvc