Skip to content

Commit b39ed20

Browse files
rzhao271karthiknadig
authored andcommitted
chore: use Linux pools for Alpine builds (#23534)
I noticed that the pre-release template already has checks for whether the vsceTarget is an Alpine one, and that the current builds are using ubuntu-latest images anyway. As a result, I believe that switching over the Alpine builds to use the 1ES Ubuntu images is the easiest approach to getting the build green. Verification build: https://dev.azure.com/monacotools/Monaco/_build/results?buildId=276275&view=results
1 parent 5eaee9d commit b39ed20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/azure-pipeline.pre-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ extends:
4242
- name: Linux
4343
packageArch: x64
4444
vsceTarget: linux-x64
45-
- name: Alpine
45+
- name: Linux
4646
packageArch: arm64
4747
vsceTarget: alpine-arm64
48-
- name: Alpine
48+
- name: Linux
4949
packageArch: x64
5050
vsceTarget: alpine-x64
5151
- name: MacOS

0 commit comments

Comments
 (0)