Skip to content

Commit 46e1870

Browse files
author
Steve Lee (POWERSHELL HE/HIM) (from Dev Box)
committed
remove host architecture
1 parent e4288ff commit 46e1870

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.pipelines/DSC-Official.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -256,8 +256,6 @@ extends:
256256
displayName: Linux-ARM64-gnu
257257
pool:
258258
type: linux
259-
vmImage: ubuntu-latest
260-
hostArchitecture: arm64
261259
steps:
262260
- task: RustInstaller@1
263261
inputs:
@@ -283,7 +281,6 @@ extends:
283281
displayName: Linux-x64-musl
284282
pool:
285283
type: linux
286-
vmImage: ubuntu-latest
287284
steps:
288285
- task: RustInstaller@1
289286
inputs:
@@ -309,8 +306,6 @@ extends:
309306
displayName: Linux-ARM64-musl
310307
pool:
311308
type: linux
312-
vmImage: ubuntu-latest
313-
hostArchitecture: arm64
314309
steps:
315310
- task: RustInstaller@1
316311
inputs:

0 commit comments

Comments
 (0)