Skip to content

Commit

Permalink
[ci] Only build packages on amd64
Browse files Browse the repository at this point in the history
  • Loading branch information
gergondet committed Nov 22, 2022
1 parent dd462c3 commit 246dc30
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 246dc30

Please sign in to comment.