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 a0afd06
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/package-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,18 @@ 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

0 comments on commit a0afd06

Please sign in to comment.