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

[Actions] Adding process containers with runC backend to be built in the Linux workflow #1655

Merged
merged 8 commits into from
Jun 20, 2024
Prev Previous commit
Next Next commit
Changing back to use template from master
  • Loading branch information
VeithMetro committed Jun 20, 2024
commit 4d62498e0cffe57e2634fdba6ab06cc6ceb8a322
2 changes: 1 addition & 1 deletion .github/workflows/Build Thunder on Linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:

jobs:
Thunder:
uses: rdkcentral/Thunder/.github/workflows/Linux build template.yml@development/actions-containers
uses: rdkcentral/Thunder/.github/workflows/Linux build template.yml@master

ThunderInterfaces:
needs: Thunder
Expand Down
Loading