Skip to content

Commit

Permalink
indenting
Browse files Browse the repository at this point in the history
  • Loading branch information
bhaney committed Apr 11, 2024
1 parent fec0cee commit 0c25b96
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 18 deletions.
27 changes: 12 additions & 15 deletions .github/workflows/build-amd64-module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,15 @@ jobs:
image: ghcr.io/viam-labs/ocean-prefilter:amd64
options: --platform linux/amd64
timeout-minutes: 30

steps:
- name: Check out code
uses: actions/checkout@v3

- name: Build
run: make module.tar.gz

- name: Upload
uses: viamrobotics/upload-module@v1
with:
platform: linux/amd64
version: ${{ github.event_name == 'release' && github.ref_name || format('0.0.0-{0}.{1}', github.ref_name, github.run_number) }}
key-id: ${{ secrets.viam_key_id }}
key-value: ${{ secrets.viam_key_value }}
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Build
run: make module.tar.gz
- name: Upload
uses: viamrobotics/upload-module@v1
with:
platform: linux/amd64
version: ${{ github.event_name == 'release' && github.ref_name || format('0.0.0-{0}.{1}', github.ref_name, github.run_number) }}
key-id: ${{ secrets.viam_key_id }}
key-value: ${{ secrets.viam_key_value }}
3 changes: 0 additions & 3 deletions .github/workflows/build-arm64-module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,11 @@ jobs:
image: ghcr.io/viam-labs/ocean-prefilter:arm64
options: --platform linux/arm64
timeout-minutes: 30

steps:
- name: Check out code
uses: actions/checkout@v3

- name: Build
run: make module.tar.gz

- name: Upload
uses: viamrobotics/upload-module@v1
with:
Expand Down

0 comments on commit 0c25b96

Please sign in to comment.