Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update linux musl arm32 helix image to Alpine 3.17
  • Loading branch information
lbussell committed Feb 15, 2024
commit 1cd8954ec57ba02e7a5751791f99830b7e638290
4 changes: 2 additions & 2 deletions eng/pipelines/coreclr/templates/helix-queues-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ jobs:
# Linux musl arm32
- ${{ if eq(parameters.platform, 'linux_musl_arm') }}:
- ${{ if eq(variables['System.TeamProject'], 'public') }}:
- (Alpine.316.Arm32.Open)[email protected]/dotnet-buildtools/prereqs:alpine-3.16-helix-arm32v7
- (Alpine.316.Arm32.Open)[email protected]/dotnet-buildtools/prereqs:alpine-3.17-helix-arm32v7
- ${{ if eq(variables['System.TeamProject'], 'internal') }}:
- (Alpine.316.Arm32)[email protected]/dotnet-buildtools/prereqs:alpine-3.16-helix-arm32v7
- (Alpine.316.Arm32)[email protected]/dotnet-buildtools/prereqs:alpine-3.17-helix-arm32v7

# Linux musl arm64
- ${{ if eq(parameters.platform, 'linux_musl_arm64') }}:
Expand Down