[main] Update common Docker engineering infrastructure with latest (#5329)

This commit is contained in:
dotnet-docker-bot 2024-04-05 15:54:14 -05:00 коммит произвёл GitHub
Родитель 206bd31b6b
Коммит 87bcc75f92
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -76,20 +76,20 @@ stages:
linuxArm64Pool:
os: linux
hostArchitecture: Arm64
image: Mariner-2-Docker-ARM64
${{ if eq(variables['System.TeamProject'], parameters.publicProjectName) }}:
name: Docker-Linux-Arm-Public
${{ if eq(variables['System.TeamProject'], parameters.internalProjectName) }}:
image: Mariner-2-Docker-ARM64
name: Docker-Linux-Arm-Internal
# Linux Arm32
linuxArm32Pool:
os: linux
hostArchitecture: Arm64
image: Mariner-2-Docker-ARM64
${{ if eq(variables['System.TeamProject'], parameters.publicProjectName) }}:
name: Docker-Linux-Arm-Public
${{ if eq(variables['System.TeamProject'], parameters.internalProjectName) }}:
image: Mariner-2-Docker-ARM64
name: Docker-Linux-Arm-Internal
# Windows Server 2016