Skip to content

Commit

Permalink
Add arm64 wheel build
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz committed Sep 6, 2024
1 parent 7dc1b93 commit acf7629
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/package-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,16 @@ on:
jobs:
build:
name: Build Python Wheel
runs-on: ubuntu-latest
strategy:
matrix:
host:
- x86_64
- aarch64
runs-on:
- self-hosted
- linux
- src-build
- ${{ matrix.host }}
container:
image: debian:11
outputs:
Expand Down Expand Up @@ -72,7 +81,7 @@ jobs:
uses: actions/upload-artifact@v3
if: always()
with:
name: dist
name: dist-${{ matrix.host }}
path: dist/*
retention-days: 5

Expand Down

0 comments on commit acf7629

Please sign in to comment.