Update package_raspbian.yml to build on self-hosted (#4761)

* Update package_raspbian.yml to build on self-hosted

* Update package_raspbian_armv7l.yml to use self hosted
This commit is contained in:
Jonathan Bennett 2024-09-18 00:17:48 -05:00 committed by GitHub
parent 2d52803dbd
commit 4289cb089b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ jobs:
uses: ./.github/workflows/build_raspbian.yml
package-raspbian:
runs-on: ubuntu-latest
runs-on: [linux]
needs: build-raspbian
steps:
- name: Checkout code

View File

@ -13,7 +13,7 @@ jobs:
uses: ./.github/workflows/build_raspbian_armv7l.yml
package-raspbian_armv7l:
runs-on: ubuntu-latest
runs-on: [linux]
needs: build-raspbian_armv7l
steps:
- name: Checkout code