20 references to LinuxAmd64
Aspire.Hosting (11)
ApplicationModel\ProjectResource.cs (2)
76context.TargetPlatform = ContainerTargetPlatform.LinuxAmd64; 194TargetPlatform = context.TargetPlatform ?? ContainerTargetPlatform.LinuxAmd64
ContainerResourceBuilderExtensions.cs (6)
610context.TargetPlatform = ContainerTargetPlatform.LinuxAmd64; 616context.TargetPlatform = ContainerTargetPlatform.LinuxAmd64; 618context.TargetPlatform = ContainerTargetPlatform.LinuxAmd64; 758context.TargetPlatform = ContainerTargetPlatform.LinuxAmd64; 764context.TargetPlatform = ContainerTargetPlatform.LinuxAmd64; 766context.TargetPlatform = ContainerTargetPlatform.LinuxAmd64;
Publishing\ResourceContainerImageManager.cs (3)
90AllLinux = LinuxAmd64 | LinuxArm64 570if (platform.HasFlag(ContainerTargetPlatform.LinuxAmd64)) 612if (platform.HasFlag(ContainerTargetPlatform.LinuxAmd64))
Aspire.Hosting.Tests (9)
Publishing\ResourceContainerImageManagerTests.cs (9)
132ctx.TargetPlatform = ContainerTargetPlatform.LinuxAmd64; 271ctx.TargetPlatform = ContainerTargetPlatform.LinuxAmd64; 325[InlineData(ContainerTargetPlatform.LinuxAmd64)] 962ctx.TargetPlatform = ContainerTargetPlatform.LinuxAmd64; 979Assert.Equal(ContainerTargetPlatform.LinuxAmd64, context.TargetPlatform); 999ctx.TargetPlatform = ContainerTargetPlatform.LinuxAmd64; 1018Assert.Equal(ContainerTargetPlatform.LinuxAmd64, context.TargetPlatform); 1045Assert.Equal(ContainerTargetPlatform.LinuxAmd64, context.TargetPlatform); 1075Assert.Equal(ContainerTargetPlatform.LinuxAmd64, context.TargetPlatform);