Skip to content

Commit 991b3b1

Browse files
authored
[github] Introduce matrix strategy (#15380)
This introduces a matrix strategy to support multiple distributions for the `circle-interpreter` Debian release on Launchpad. ONE-DCO-1.0-Signed-off-by: Seungho Henry Park <shs.park@samsung.com>
1 parent d1bd7b9 commit 991b3b1

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/pub-circle-int-launchpad.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,17 @@ jobs:
6565
6666
debian-release:
6767
needs: configure
68+
strategy:
69+
matrix:
70+
# TODO activate noble
71+
ubuntu_code: [ focal, jammy ]
72+
name: circle-interpreter ubuntu ${{ matrix.ubuntu_code }}
6873
runs-on: ubuntu-latest
74+
container:
75+
image: nnfw/one-devtools:${{ matrix.ubuntu_code }}
76+
credentials:
77+
username: ${{ secrets.NNFW_DOCKER_USERNAME }}
78+
password: ${{ secrets.NNFW_DOCKER_TOKEN }}
6979
steps:
7080
- name: Prepare, set distro versions
7181
run: |

0 commit comments

Comments
 (0)