Skip to content

Commit

Permalink
Update casdk-docs/blog/2024-05-16-dotnet8/index.md
Browse files Browse the repository at this point in the history
Co-authored-by: Vaughan Knight <[email protected]>
Signed-off-by: Yasumasa Suenaga <[email protected]>
  • Loading branch information
YaSuenag and vaughanknight authored Jul 9, 2024
1 parent 25c6833 commit 5f405b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion casdk-docs/blog/2024-05-16-dotnet8/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Changing the port number from WebAPI container affects the containerPort in the

Thanks to GitHub, a lot of automation is available to publish code, allowing contributors to focus more on coding. In particular, the Carbon Aware SDK repository is configured to publish the WebAPI container image (like a snapshot build) when a commit occurs on the dev branch.

However, it suddenly stopped working after .NET 8 upgrade.
However, it suddenly stopped working after the .NET 8 upgrade.

The team investigated the logs (Fig. 2), as a container image for both AMD64 and Arm64 Linux in GitHub Actions with [docker/build-push-action](https://github.com/docker/build-push-action): a mysterious segmentation fault (SEGV) was occurring after the upgrade… the code was not changed, `dotnet publish` was outside the scope.

Expand Down

0 comments on commit 5f405b0

Please sign in to comment.