20 references to LinuxAmd64
Aspire.Hosting (11)
ApplicationModel\ProjectResource.cs (2)
76context.TargetPlatform = ContainerTargetPlatform.LinuxAmd64; 191TargetPlatform = context.TargetPlatform ?? ContainerTargetPlatform.LinuxAmd64
ContainerResourceBuilderExtensions.cs (6)
588context.TargetPlatform = ContainerTargetPlatform.LinuxAmd64; 594context.TargetPlatform = ContainerTargetPlatform.LinuxAmd64; 596context.TargetPlatform = ContainerTargetPlatform.LinuxAmd64; 730context.TargetPlatform = ContainerTargetPlatform.LinuxAmd64; 736context.TargetPlatform = ContainerTargetPlatform.LinuxAmd64; 738context.TargetPlatform = ContainerTargetPlatform.LinuxAmd64;
Publishing\ResourceContainerImageManager.cs (3)
90AllLinux = LinuxAmd64 | LinuxArm64 568if (platform.HasFlag(ContainerTargetPlatform.LinuxAmd64)) 610if (platform.HasFlag(ContainerTargetPlatform.LinuxAmd64))
Aspire.Hosting.Tests (9)
Publishing\ResourceContainerImageManagerTests.cs (9)
132ctx.TargetPlatform = ContainerTargetPlatform.LinuxAmd64; 273ctx.TargetPlatform = ContainerTargetPlatform.LinuxAmd64; 327[InlineData(ContainerTargetPlatform.LinuxAmd64)] 858ctx.TargetPlatform = ContainerTargetPlatform.LinuxAmd64; 875Assert.Equal(ContainerTargetPlatform.LinuxAmd64, context.TargetPlatform); 895ctx.TargetPlatform = ContainerTargetPlatform.LinuxAmd64; 914Assert.Equal(ContainerTargetPlatform.LinuxAmd64, context.TargetPlatform); 941Assert.Equal(ContainerTargetPlatform.LinuxAmd64, context.TargetPlatform); 971Assert.Equal(ContainerTargetPlatform.LinuxAmd64, context.TargetPlatform);