Skip to content

Commit

Permalink
[package] Disable packaging for bionic/i386
Browse files Browse the repository at this point in the history
  • Loading branch information
gergondet committed Apr 8, 2023
1 parent 1b6dd29 commit e5b2d59
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
uses: jrl-umi3218/github-actions/.github/workflows/package-project.yml@master
with:
with-ros: true
matrix: |
{
"dist": ["bionic", "focal"],
"arch": ["amd64"]
}
secrets:
CLOUDSMITH_API_KEY: ${{ secrets.CLOUDSMITH_API_KEY }}
GH_TOKEN: ${{ secrets.GH_PAGES_TOKEN }}

0 comments on commit e5b2d59

Please sign in to comment.