From 73192a11716740a2a9ab108e8a5eacd208246234 Mon Sep 17 00:00:00 2001 From: dmunozv04 <39565245+dmunozv04@users.noreply.github.com> Date: Mon, 6 Jan 2025 18:31:16 +0100 Subject: [PATCH] add v1 variant for linux amd64 builds --- .github/workflows/release.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 017bc62..e634857 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -70,6 +70,11 @@ jobs: os: ubuntu-latest cross: true 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 os: ubuntu-latest cross: true @@ -78,10 +83,6 @@ jobs: - target: x86_64-pc-windows-msvc os: windows-latest release_suffix: x86_64-windows - - target: aarch64-pc-windows-msvc - os: windows-latest - cross: true - release_suffix: aarch64-windows # macOS - target: aarch64-apple-darwin os: macos-latest @@ -97,6 +98,7 @@ jobs: HATCH_BUILD_LOCATION: dist CARGO: cargo 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_VERSION: v0.24.0