From ab3f7cf9eab544a4c4166a1dffa4ae2039a4133b Mon Sep 17 00:00:00 2001 From: "Daniel A. Wozniak" Date: Sun, 22 Oct 2023 22:53:30 -0700 Subject: [PATCH] Use self hosted runners --- .github/workflows/package-action.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/package-action.yml b/.github/workflows/package-action.yml index c7669d6..a4bd8d1 100644 --- a/.github/workflows/package-action.yml +++ b/.github/workflows/package-action.yml @@ -25,7 +25,15 @@ 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 }} outputs: version: ${{ steps.version.outputs.version }} steps: