20 references to LinuxAmd64
Aspire.Hosting (11)
ApplicationModel\ProjectResource.cs (2)
76context.TargetPlatform = ContainerTargetPlatform.LinuxAmd64; 191TargetPlatform = context.TargetPlatform ?? ContainerTargetPlatform.LinuxAmd64
ContainerResourceBuilderExtensions.cs (6)
599context.TargetPlatform = ContainerTargetPlatform.LinuxAmd64; 605context.TargetPlatform = ContainerTargetPlatform.LinuxAmd64; 607context.TargetPlatform = ContainerTargetPlatform.LinuxAmd64; 741context.TargetPlatform = ContainerTargetPlatform.LinuxAmd64; 747context.TargetPlatform = ContainerTargetPlatform.LinuxAmd64; 749context.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)
131ctx.TargetPlatform = ContainerTargetPlatform.LinuxAmd64; 270ctx.TargetPlatform = ContainerTargetPlatform.LinuxAmd64; 324[InlineData(ContainerTargetPlatform.LinuxAmd64)] 854ctx.TargetPlatform = ContainerTargetPlatform.LinuxAmd64; 871Assert.Equal(ContainerTargetPlatform.LinuxAmd64, context.TargetPlatform); 891ctx.TargetPlatform = ContainerTargetPlatform.LinuxAmd64; 910Assert.Equal(ContainerTargetPlatform.LinuxAmd64, context.TargetPlatform); 937Assert.Equal(ContainerTargetPlatform.LinuxAmd64, context.TargetPlatform); 967Assert.Equal(ContainerTargetPlatform.LinuxAmd64, context.TargetPlatform);