Skip to content

Commit

Permalink
ci: build docker image for linux X64
Browse files Browse the repository at this point in the history
  • Loading branch information
GenjiruSUchiwa committed Nov 24, 2024
1 parent be2932f commit eac9917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>.net9.0</TargetFramework>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<RuntimeIdentifiers>linux-musl-x64;linux-musl-arm64</RuntimeIdentifiers>
<RuntimeIdentifiers>linux-x64</RuntimeIdentifiers>
<StaticWebAssetsEnabled>False</StaticWebAssetsEnabled>
<ImplicitUsings>disable</ImplicitUsings>
<Nullable>enable</Nullable>
Expand Down

0 comments on commit eac9917

Please sign in to comment.