mirror of
https://github.com/dmunozv04/iSponsorBlockTV.git
synced 2025-12-11 22:46:44 +03:00
add v1 variant for linux amd64 builds
This commit is contained in:
10
.github/workflows/release.yml
vendored
10
.github/workflows/release.yml
vendored
@@ -70,6 +70,11 @@ jobs:
|
|||||||
os: ubuntu-latest
|
os: ubuntu-latest
|
||||||
cross: true
|
cross: true
|
||||||
release_suffix: x86_64-linux
|
release_suffix: x86_64-linux
|
||||||
|
- target: x86_64-unknown-linux-gnu
|
||||||
|
os: ubuntu-latest
|
||||||
|
cross: true
|
||||||
|
cpu_variant: v1
|
||||||
|
release_suffix: x86_64-linux-v1
|
||||||
- target: aarch64-unknown-linux-gnu
|
- target: aarch64-unknown-linux-gnu
|
||||||
os: ubuntu-latest
|
os: ubuntu-latest
|
||||||
cross: true
|
cross: true
|
||||||
@@ -78,10 +83,6 @@ jobs:
|
|||||||
- target: x86_64-pc-windows-msvc
|
- target: x86_64-pc-windows-msvc
|
||||||
os: windows-latest
|
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-latest
|
os: macos-latest
|
||||||
@@ -97,6 +98,7 @@ jobs:
|
|||||||
HATCH_BUILD_LOCATION: dist
|
HATCH_BUILD_LOCATION: dist
|
||||||
CARGO: cargo
|
CARGO: cargo
|
||||||
CARGO_BUILD_TARGET: ${{ matrix.job.target }}
|
CARGO_BUILD_TARGET: ${{ matrix.job.target }}
|
||||||
|
PYAPP_DISTRIBUTION_VARIANT_CPU: ${{ matrix.job.cpu_variant }}
|
||||||
PYAPP_REPO: pyapp # Use local copy of pyapp (needed for cross-compiling)
|
PYAPP_REPO: pyapp # Use local copy of pyapp (needed for cross-compiling)
|
||||||
PYAPP_VERSION: v0.24.0
|
PYAPP_VERSION: v0.24.0
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user