Skip to content

Commit

Permalink
aarch64 build using buildjet
Browse files Browse the repository at this point in the history
  • Loading branch information
fredyshox committed Sep 27, 2023
1 parent 32be07b commit 00da96c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/openpilot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,13 @@ env:
jobs:
build_ubuntu:
name: build ubuntu
runs-on: ubuntu-20.04
strategy:
matrix:
arch: ${{ fromJson(
((github.repository == 'commaai/plotjuggler') &&
((github.event_name != 'pull_request') ||
(github.event.pull_request.head.repo.full_name == 'commaai/plotjuggler'))) && '["x86_64", "aarch64"]' || '["x86_64"]' ) }}
runs-on: ${{ (matrix.arch == 'aarch64') && 'buildjet-2vcpu-ubuntu-2204-arm' || 'ubuntu-20.04' }}
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 00da96c

Please sign in to comment.