Skip to content

Commit

Permalink
--always-make in CI
Browse files Browse the repository at this point in the history
Co-authored-by: Maxim Pertsov <maxim@viam.com>
  • Loading branch information
abe-winter and maximpertsov authored Sep 26, 2023
1 parent d586b2b commit fa3d667
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ jobs:
run: go mod download
- name: build
run: |
GOARCH=arm64 make module.tar.gz && mv module.tar.gz module-arm64.tar.gz
rm wifi # otherwise make will not recreate it
GOARCH=amd64 make module.tar.gz && mv module.tar.gz module-amd64.tar.gz
GOARCH=arm64 make --always-make module.tar.gz && mv module.tar.gz module-arm64.tar.gz
GOARCH=amd64 make --always-make module.tar.gz && mv module.tar.gz module-amd64.tar.gz
- uses: viamrobotics/upload-module@main
if: github.event_name == 'release'
with:
Expand Down

0 comments on commit fa3d667

Please sign in to comment.