Skip to content

Commit c5af8e4

Browse files
authored
AOT compile assembler (#719)
1 parent cf34d58 commit c5af8e4

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

build/Targets.fs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,6 @@ let private publishContainers _ =
7777
let imageTag =
7878
match project with
7979
| "docs-builder" -> "jammy-chiseled-aot"
80-
// When .NET 10 releases we can create a chiseled image with git more easily
81-
// https://github.com/dotnet/dotnet-docker/blob/main/documentation/ubuntu-chiseled.md#how-do-i-install-additional-packages-on-chiseled-images
82-
// For now we run with base jammy
83-
| "docs-assembler" -> "jammy"
8480
| _ -> "jammy-chiseled-aot"
8581
let labels =
8682
let exitCode = exec {

src/docs-assembler/docs-assembler.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<RootNamespace>Documentation.Assembler</RootNamespace>
88
<InvariantGlobalization>true</InvariantGlobalization>
99

10-
<PublishAot>false</PublishAot>
10+
<PublishAot>true</PublishAot>
1111
<PublishSingleFile>true</PublishSingleFile>
1212
<SelfContained>true</SelfContained>
1313

0 commit comments

Comments
 (0)