Skip to content

Commit

Permalink
Add alpine to CI for source-build
Browse files Browse the repository at this point in the history
  • Loading branch information
omajid committed Feb 10, 2022
1 parent 2f89821 commit ad828b1
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ parameters:

# The following parameters aren't expected to be passed in rather they are used for encapsulation
# -----------------------------------------------------------------------------------------------
alpine315Container: mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.15-20211214164127-f0ea7ba
centOS7Container: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-7-source-build-20210714125450-5d87b80
centOS8Container: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-8-source-build-20211118190102-9355e7b
debian9Container: mcr.microsoft.com/dotnet-buildtools/prereqs:debian-stretch-20211001171226-047508b
Expand All @@ -37,6 +38,12 @@ jobs:
${{ parameters.poolInternal }}
strategy:
matrix:
Alpine315-Offline:
_BootstrapPrep: true
_BuildArch: x64
_Container: ${{ parameters.alpine315Container }}
_ExcludeOmniSharpTests: true
_RunOnline: false
CentOS7-Online:
_BootstrapPrep: true
_BuildArch: x64
Expand Down

0 comments on commit ad828b1

Please sign in to comment.