Skip to content

Commit

Permalink
stop using canon in module workflows, use image directly instead
Browse files Browse the repository at this point in the history
  • Loading branch information
martha-johnston committed Dec 4, 2024
1 parent 363342a commit a109eae
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
label: amd64

runs-on: ${{ matrix.arch }}
container:
image: ${{ matrix.image }}

steps:
- uses: actions/checkout@v3
Expand All @@ -36,15 +38,9 @@ jobs:
with:
go-version: 1.23

- name: Install canon
- name: Build module
run: |
export PATH="$(go env GOPATH)/bin:$PATH"
go install github.com/viamrobotics/[email protected]
- name: Build and package
run: |
canon --profile up
TARGET_OS=${{ matrix.platform }} TARGET_ARCH=${{ matrix.arch }} make module
sudo -u testbot bash -lc 'make module'
- name: Upload up module to registry
uses: viamrobotics/upload-module@main
Expand Down

0 comments on commit a109eae

Please sign in to comment.