Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .github/workflows/pub-circle-int-launchpad.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,17 @@ jobs:

debian-release:
needs: configure
strategy:
matrix:
# TODO activate noble
ubuntu_code: [ focal, jammy ]
Comment on lines +70 to +71
Copy link
Copy Markdown
Contributor Author

@shs-park shs-park May 15, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's activate 24.04(noble) distro later.

name: circle-interpreter ubuntu ${{ matrix.ubuntu_code }}
runs-on: ubuntu-latest
container:
image: nnfw/one-devtools:${{ matrix.ubuntu_code }}
credentials:
username: ${{ secrets.NNFW_DOCKER_USERNAME }}
password: ${{ secrets.NNFW_DOCKER_TOKEN }}
steps:
- name: Prepare, set distro versions
run: |
Expand Down