Skip to content

Commit

Permalink
ci: removed melodic latest docker
Browse files Browse the repository at this point in the history
  • Loading branch information
matlabbe committed Aug 27, 2023
1 parent 4a3863c commit 28db57b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
docker_tag: [kinetic, melodic, melodic-latest, noetic, noetic-latest]
docker_tag: [kinetic, melodic, noetic, noetic-latest]
include:
- docker_tag: kinetic
docker_path: 'kinetic'
Expand All @@ -23,11 +23,6 @@ jobs:
linux/amd64
linux/arm64
# linux/arm/v7
- docker_tag: melodic-latest
docker_path: 'melodic/latest'
docker_platforms: |
linux/amd64
linux/arm64
- docker_tag: noetic
docker_path: 'noetic'
docker_platforms: |
Expand Down

0 comments on commit 28db57b

Please sign in to comment.