Skip to content

Commit

Permalink
docker workflow: fixed build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
matlabbe committed Sep 20, 2021
1 parent baa5b63 commit 79f203a
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,18 @@ jobs:

strategy:
matrix:
docker_path: [xenial, bionic, focal, bionic/android/rtabmap_api24, bionic/android/rtabmap_api26]
docker_tag: [xenial, bionic, focal, android24, android26]
include:
- docker_tag: xenial
docker_path: 'xenial'
- docker_tag: bionic
docker_path: 'bionic'
- docker_tag: focal
docker_path: 'focal'
- docker_tag: android24
docker_path: 'bionic/android/rtabmap_api24'
- docker_tag: android26
docker_path: 'bionic/android/rtabmap_api26'

steps:
-
Expand Down

0 comments on commit 79f203a

Please sign in to comment.