Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rafal-gorecki committed Oct 24, 2024
1 parent 9115c18 commit 357be08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ros-docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
echo "PLATFORM=linux/amd64, linux/arm64" >> $GITHUB_ENV
elif [[ "${{ inputs.dockerfile }}" == "jetson" ]]; then
echo "REPO_NAME=zed-jetson" >> $GITHUB_ENV
echo "ROS_DISTRO=foxy" >> $GITHUB_ENV
echo "ROS_DISTRO=humble" >> $GITHUB_ENV
echo "PLATFORM=linux/arm64" >> $GITHUB_ENV
fi
Expand Down

0 comments on commit 357be08

Please sign in to comment.