Skip to content

Commit

Permalink
fix: build for jazzy
Browse files Browse the repository at this point in the history
  • Loading branch information
russkel committed Aug 12, 2024
1 parent 59c9e3b commit 7606e88
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 129 deletions.
16 changes: 15 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,20 @@ jobs:
job:
- runner: buildjet-4vcpu-ubuntu-2204
arch: amd64
ros_distro: iron
github_release: true
- runner: buildjet-4vcpu-ubuntu-2204-arm
arch: arm64
ros_distro: iron
github_release: false
- runner: buildjet-4vcpu-ubuntu-2204
arch: amd64
ros_distro: jazzy
github_release: false
- runner: buildjet-4vcpu-ubuntu-2204-arm
arch: arm64
ros_distro: jazzy
github_release: false

name: Release - ${{ matrix.job.arch }}
runs-on: ${{matrix.job.runner}}}
Expand All @@ -26,5 +38,7 @@ jobs:
with:
token: ${{ secrets.API_TOKEN_GITHUB }}
arch: ${{ matrix.job.arch }}
ros_distro: ${{ matrix.job.ros_distro }}
github_release: ${{ matrix.job.github_release }}
public: true
changelog: false
changelog: false
42 changes: 0 additions & 42 deletions .github/workflows/tidy-analysis-stage-01.yml

This file was deleted.

86 changes: 0 additions & 86 deletions .github/workflows/tidy-analysis-stage-02.yml

This file was deleted.

Empty file removed bump
Empty file.

0 comments on commit 7606e88

Please sign in to comment.