Skip to content

Commit

Permalink
add v1 variant for linux amd64 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
dmunozv04 committed Jan 6, 2025
1 parent ec109e0 commit 73192a1
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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

Expand Down

0 comments on commit 73192a1

Please sign in to comment.