Skip to content

Commit

Permalink
tweak it
Browse files Browse the repository at this point in the history
  • Loading branch information
abe-winter committed Nov 4, 2024
1 parent 888b0e6 commit 823b1da
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,10 @@ jobs:
strategy:
matrix:
include:
- arch: buildjet-2vcpu-ubuntu-2204-arm
image: ghcr.io/viamrobotics/rdk-devenv:arm64-cache
platform: linux/arm64
label: arm64
- arch: buildjet-4vcpu-ubuntu-2204-arm
image: ghcr.io/viamrobotics/rdk-devenv:arm64
runs-on: ${{ matrix.arch }}
container:
image: ${{ matrix.image }}
container: ${{ matrix.image }}
timeout-minutes: 45
steps:

Expand Down Expand Up @@ -48,4 +45,4 @@ jobs:
- name: make build
run: |
sudo -u testbot bash -lc 'make build'
sudo -u testbot bash -lc 'make build'

0 comments on commit 823b1da

Please sign in to comment.