Skip to content

Commit

Permalink
[packaging] Enable focal/noetic packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
gergondet committed Jun 11, 2020
1 parent 8570b17 commit bf647d8
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 @@ -106,6 +106,11 @@ jobs:
export ROS_DISTRO="melodic"
export PACKAGES_OUT=${PACKAGES_OUT}-${ROS_DISTRO}
fi
if [ "${{ matrix.dist }}" = "focal" -a "${{ matrix.arch }}" = "amd64" ]
then
export ROS_DISTRO="noetic"
export PACKAGES_OUT=${PACKAGES_OUT}-${ROS_DISTRO}
fi
echo "::set-env name=ROS_DISTRO::${ROS_DISTRO}"
echo "::set-env name=PACKAGES_OUT::${PACKAGES_OUT}"
if [ "${ROS_DISTRO}" != "" ]
Expand Down

0 comments on commit bf647d8

Please sign in to comment.