Commit de8fc1f
fix(ibmcloud): remove nonexistent /opt/dotnet from ppc64le snippet
On RHEL 9/ppc64le, dotnet installs to /usr/lib64/dotnet via dnf, not
/opt/dotnet. The GH runner is self-contained (uses ./bin/Runner.Listener)
and does not need DOTNET_ROOT. The chown on /opt/dotnet caused cloud-init
to fail after a successful build.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 265345e commit de8fc1f
1 file changed
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
105 | | - | |
106 | 104 | | |
107 | 105 | | |
108 | 106 | | |
| |||
0 commit comments