Skip to content

Commit

Permalink
chore: produce Python packages for ARM64 in Linux and Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed Dec 18, 2024
1 parent f88d390 commit 77e9400
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,14 +119,15 @@ jobs:
include:
- build: linux
os: ubuntu-latest
arch: 'aarch64 x86_64'

- build: macos
os: macos-latest
arch: 'arm64 x86_64'

- build: windows
os: windows-latest
arch: 'x86 AMD64'
arch: 'x86 AMD64 ARM64'

steps:
- name: Checkout sources
Expand Down

0 comments on commit 77e9400

Please sign in to comment.