Skip to content

Commit

Permalink
specify runners
Browse files Browse the repository at this point in the history
  • Loading branch information
raybjork committed Oct 2, 2024
1 parent 577c15f commit 5644a6c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,15 @@ on:

jobs:
publish:
runs-on: ghcr.io/viam-modules/universal-robots:${{ matrix.arch }}
runs-on: ${{matrix.runner}}
container: ghcr.io/viam-modules/universal-robots:${{ matrix.arch }}
strategy:
matrix:
include:
- arch: amd64
runner: ubuntu-latest
- arch: arm64
runner: buildjet-4vcpu-ubuntu-2204
arch: [amd64, arm64]
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 5644a6c

Please sign in to comment.