Skip to content

Commit

Permalink
Add Alpine CI for source-build
Browse files Browse the repository at this point in the history
  • Loading branch information
omajid committed Aug 29, 2022
1 parent 7b01465 commit 1384fe0
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-20220809205726-94fc78a
centOSStream8Container: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream8-20220809204800-17a4aab
centOSStream9Container: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream9-20220107135047-4cd394c
debian11Arm64Container: mcr.microsoft.com/dotnet-buildtools/prereqs:debian-11-arm64v8-20220812185233-b286fae
Expand Down Expand Up @@ -42,6 +43,12 @@ jobs:
_EnablePoison: false
_ExcludeOmniSharpTests: true
_RunOnline: true
Alpine315-Offline:
_BootstrapPrep: true
_Container: ${{ parameters.alpine315Container }}
_EnablePoison: false
_ExcludeOmniSharpTests: true
_RunOnline: false
${{ if ne(variables['Build.Reason'], 'PullRequest') }}:
CentOSStream8-Offline:
_BootstrapPrep: false
Expand Down

0 comments on commit 1384fe0

Please sign in to comment.