Files
edk2/.azurepipelines/Ubuntu-GCC.yml
Oliver Smith-Denny 215e45bdb3 .azurepipelines,.github,.pytool: Disable ARM32 at Top Level/Pipelines
edk2 is dropping support for the ARM32 architecture. As such,
this commit drops ARM32 from running in CI and removes the
references to it in the readme and Maintainers.txt.

Continuous-integration-options: PatchCheck.ignore-multi-package

Signed-off-by: Oliver Smith-Denny <osde@microsoft.com>
2025-09-25 22:04:10 +00:00

27 lines
758 B
YAML

## @file
# Azure Pipeline build file for a build using Ubuntu and GCC
#
# Copyright (c) Microsoft Corporation.
# Copyright (c) 2020, Hewlett Packard Enterprise Development LP. All rights reserved.<BR>
# Copyright (c) 2022, Loongson Technology Corporation Limited. All rights reserved.<BR>
# SPDX-License-Identifier: BSD-2-Clause-Patent
##
trigger:
- master
- stable/*
pr:
- master
- stable/*
variables:
- template: templates/defaults.yml
jobs:
- template: templates/pr-gate-build-job.yml
parameters:
tool_chain_tag: 'GCC5'
vm_image: 'ubuntu-24.04'
container: ${{ variables.default_linux_image }}
arch_list: "IA32,X64,AARCH64,RISCV64,LOONGARCH64"
usePythonVersion: '' # use Python from the container image