mirror of
https://github.com/dmunozv04/iSponsorBlockTV.git
synced 2025-12-09 05:16:47 +03:00
Fix x86_64 macOS and test aarch64-windows
This commit is contained in:
12
.github/workflows/release.yml
vendored
12
.github/workflows/release.yml
vendored
@@ -76,20 +76,24 @@ jobs:
|
|||||||
release_suffix: aarch64-linux
|
release_suffix: aarch64-linux
|
||||||
# Windows
|
# Windows
|
||||||
- target: x86_64-pc-windows-msvc
|
- target: x86_64-pc-windows-msvc
|
||||||
os: windows-2022
|
os: windows-latest
|
||||||
release_suffix: x86_64-windows
|
release_suffix: x86_64-windows
|
||||||
|
- target: aarch64-pc-windows-msvc
|
||||||
|
os: windows-latest
|
||||||
|
cross: true
|
||||||
|
release_suffix: aarch64-windows
|
||||||
# macOS
|
# macOS
|
||||||
- target: aarch64-apple-darwin
|
- target: aarch64-apple-darwin
|
||||||
os: macos-14
|
os: macos-latest
|
||||||
release_suffix: aarch64-osx
|
release_suffix: aarch64-osx
|
||||||
- target: x86_64-apple-darwin
|
- target: x86_64-apple-darwin
|
||||||
os: macos-12
|
os: macos-latest
|
||||||
|
cross: true
|
||||||
release_suffix: x86_64-osx
|
release_suffix: x86_64-osx
|
||||||
|
|
||||||
env:
|
env:
|
||||||
PYAPP_PASS_LOCATION: "1"
|
PYAPP_PASS_LOCATION: "1"
|
||||||
PYAPP_UV_ENABLED: "1"
|
PYAPP_UV_ENABLED: "1"
|
||||||
PYAPP_DISTRIBUTION_VARIANT_CPU: "v1"
|
|
||||||
HATCH_BUILD_LOCATION: dist
|
HATCH_BUILD_LOCATION: dist
|
||||||
CARGO: cargo
|
CARGO: cargo
|
||||||
CARGO_BUILD_TARGET: ${{ matrix.job.target }}
|
CARGO_BUILD_TARGET: ${{ matrix.job.target }}
|
||||||
|
|||||||
Reference in New Issue
Block a user