Skip to content

Commit

Permalink
fix: temporarily disable cuda images
Browse files Browse the repository at this point in the history
  • Loading branch information
russkel committed May 22, 2024
1 parent c5a1168 commit 3864245
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,19 +68,19 @@ jobs:
ghcr.io/greenroom-robotics/ros_builder:jazzy-latest-amd64 \
ghcr.io/greenroom-robotics/ros_builder:jazzy-latest-arm64
docker manifest create ghcr.io/greenroom-robotics/ros_builder:jazzy-latest-cuda \
ghcr.io/greenroom-robotics/ros_builder:jazzy-latest-cuda-amd64 \
ghcr.io/greenroom-robotics/ros_builder:jazzy-latest-cuda-arm64
# docker manifest create ghcr.io/greenroom-robotics/ros_builder:jazzy-latest-cuda \
# ghcr.io/greenroom-robotics/ros_builder:jazzy-latest-cuda-amd64 \
# ghcr.io/greenroom-robotics/ros_builder:jazzy-latest-cuda-arm64
docker manifest create ghcr.io/greenroom-robotics/ros_builder:jazzy-${{ needs.release.outputs.version }} \
ghcr.io/greenroom-robotics/ros_builder:jazzy-${{ needs.release.outputs.version }}-amd64 \
ghcr.io/greenroom-robotics/ros_builder:jazzy-${{ needs.release.outputs.version }}-arm64
docker manifest create ghcr.io/greenroom-robotics/ros_builder:jazzy-${{ needs.release.outputs.version }}-cuda \
ghcr.io/greenroom-robotics/ros_builder:jazzy-${{ needs.release.outputs.version }}-cuda-amd64 \
ghcr.io/greenroom-robotics/ros_builder:jazzy-${{ needs.release.outputs.version }}-cuda-arm64
# docker manifest create ghcr.io/greenroom-robotics/ros_builder:jazzy-${{ needs.release.outputs.version }}-cuda \
# ghcr.io/greenroom-robotics/ros_builder:jazzy-${{ needs.release.outputs.version }}-cuda-amd64 \
# ghcr.io/greenroom-robotics/ros_builder:jazzy-${{ needs.release.outputs.version }}-cuda-arm64
docker manifest push ghcr.io/greenroom-robotics/ros_builder:jazzy-latest
docker manifest push ghcr.io/greenroom-robotics/ros_builder:jazzy-latest-cuda
# docker manifest push ghcr.io/greenroom-robotics/ros_builder:jazzy-latest-cuda
docker manifest push ghcr.io/greenroom-robotics/ros_builder:jazzy-${{ needs.release.outputs.version }}
docker manifest push ghcr.io/greenroom-robotics/ros_builder:jazzy-${{ needs.release.outputs.version }}-cuda
# docker manifest push ghcr.io/greenroom-robotics/ros_builder:jazzy-${{ needs.release.outputs.version }}-cuda

0 comments on commit 3864245

Please sign in to comment.