File tree 2 files changed +3
-8
lines changed
2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -184,11 +184,6 @@ stages:
184
184
arch : amd64
185
185
name : npm
186
186
os : linux
187
- npm_windows2019_amd64 :
188
- arch : amd64
189
- name : npm
190
- os : windows
191
- os_version : ltsc2019
192
187
npm_windows2022_amd64 :
193
188
arch : amd64
194
189
name : npm
@@ -289,7 +284,7 @@ stages:
289
284
platforms : linux/amd64 linux/arm64 windows/amd64
290
285
npm :
291
286
name : npm
292
- os_versions : ltsc2019 ltsc2022
287
+ os_versions : ltsc2022
293
288
platforms : linux/amd64 linux/arm64 windows/amd64
294
289
steps :
295
290
- template : containers/manifest-template.yaml
Original file line number Diff line number Diff line change @@ -554,7 +554,7 @@ cns-manifest-build: ## build azure-cns multiplat container manifest.
554
554
PLATFORMS=" $( PLATFORMS) " \
555
555
IMAGE=$(CNS_IMAGE ) \
556
556
TAG=$(CNS_VERSION ) \
557
- OS_VERSIONS=" ltsc2022 ltsc2019 "
557
+ OS_VERSIONS=$( OS_VERSIONS )
558
558
559
559
cns-manifest-push : # # push cns multiplat container manifest
560
560
$(MAKE ) manifest-push \
@@ -571,7 +571,7 @@ npm-manifest-build: ## build azure-npm multiplat container manifest.
571
571
PLATFORMS=" $( PLATFORMS) " \
572
572
IMAGE=$(NPM_IMAGE ) \
573
573
TAG=$(NPM_VERSION ) \
574
- OS_VERSIONS=" ltsc2022 ltsc2019 "
574
+ OS_VERSIONS=$( OS_VERSIONS )
575
575
576
576
npm-manifest-push : # # push multiplat container manifest
577
577
$(MAKE ) manifest-push \
You can’t perform that action at this time.
0 commit comments