Skip to content

Commit

Permalink
Hotfix add linux self hosted runners for github cli (#271)
Browse files Browse the repository at this point in the history
Co-authored-by: Esha Maharishi <esha.maharishi@viam.com>
  • Loading branch information
jeremyrhyde and EshaMaharishi authored Sep 19, 2023
1 parent d73addf commit e27080e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
strategy:
matrix:
include:
- arch: [x64, self-hosted]
- arch: [x64, linux, self-hosted]
image: ghcr.io/viamrobotics/canon:amd64-cache
platform: linux/amd64
- arch: [arm64, self-hosted]
- arch: [arm64, linux, self-hosted]
image: ghcr.io/viamrobotics/canon:arm64-cache
platform: linux/arm64
runs-on: ${{ matrix.arch }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy_module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
fail-fast: false
matrix:
include:
- arch: [x64, self-hosted]
- arch: [x64, linux, self-hosted]
image: ghcr.io/viamrobotics/canon:amd64-cache
platform: linux/amd64
- arch: [arm64, self-hosted]
- arch: [arm64, linux, self-hosted]
image: ghcr.io/viamrobotics/canon:arm64-cache
platform: linux/arm64
runs-on: ${{ matrix.arch }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
strategy:
matrix:
include:
- arch: [x64, self-hosted]
- arch: [x64, linux, self-hosted]
image: ghcr.io/viamrobotics/canon:amd64-cache
platform: linux/amd64
- arch: [arm64, self-hosted]
- arch: [arm64, linux, self-hosted]
image: ghcr.io/viamrobotics/canon:arm64-cache
platform: linux/arm64
runs-on: ${{ matrix.arch }}
Expand Down

0 comments on commit e27080e

Please sign in to comment.