Skip to content

Commit

Permalink
Use self hosted runners
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz committed Sep 3, 2024
1 parent 54442f4 commit 66d1de2
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .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
matrix:
host:
- x86_64
- aarch64
runs-on:
- self-hosted
- linux
- src-build
- ${{ matrix.host }}

container:
image: debian:11
outputs:
Expand Down

0 comments on commit 66d1de2

Please sign in to comment.