Skip to content

Commit

Permalink
Fix wheels build by removing duplicate wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickJin-db committed Dec 20, 2024
1 parent 1cd589b commit 7484665
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/build-kernel-wheels.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build wheels for 4 os for delta-kernel-rust-sharing-wrapper
name: Build delta-kernel-rust-sharing-wrapper wheels for 4 OS and 2 architectures

on:
push:
Expand All @@ -18,17 +18,13 @@ jobs:
os: [ubuntu-latest, ubuntu-20.04, macos-latest, windows-latest]
python-version: [3.8]
arch: [x86_64, arm64]
include:
- os: macos-latest
arch: x86_64
- os: macos-latest
arch: arm64
exclude:
- os: ubuntu-latest
arch: x86_64
arch: arm64
- os: ubuntu-20.04
arch: x86_64
arch: arm64
- os: windows-latest
arch: x86_64
arch: arm64

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 7484665

Please sign in to comment.