Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RSDK-9248: stop using canon in module workflows, use image directly instead #2

Closed
wants to merge 2 commits into from

Conversation

martha-johnston
Copy link
Collaborator

No description provided.

@martha-johnston
Copy link
Collaborator Author

@hexbabe, is this what you meant? I was looking at the raspberry pi code as an example but it's not clear to me how this knows to use the image specified in the matrix

@hexbabe
Copy link

hexbabe commented Nov 15, 2024

under

runs-on: ${{ matrix.arch }}

try adding

    container:
      image: ${{ matrix.image }}

I think rn there is a field in the matrix that defines which image to use, but the workflow isn't using that value to actually run the workflow inside it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants