Skip to content

Commit

Permalink
fixup! Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheyla Trudo committed Nov 30, 2024
1 parent 4229532 commit e5d22f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pipelines/containers/containerize.jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ jobs:
buildContextPath: $(BUILD_CONTEXT_${{ imageName }}_${{ parameters.targetOs }}_${{ parameters.targetArch }})
targetVersion: $(IMAGE_PLATFORM_TAG_${{ imageName }}_${{ parameters.targetOs }}_${{ parameters.targetArch }})
addBuildArgs: $(EXTRA_BUILD_ARGS_${{ imageName }}_${{ parameters.targetOs }}_${{ parameters.targetArch }})
targetPlatform: $(targetPlatform)
targetPlatform: $(targetPlatform),linux/${{ parameters.targetArch }}
targetArch: ${{ parameters.targetArch }}
targetOs: ${{ parameters.targetOs }}
1 change: 1 addition & 0 deletions .pipelines/containers/containerize.steps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ steps:
# Pull windows image to allow building windows images on the Linux platform.
docker pull --platform windows mcr.microsoft.com/windows/servercore:ltsc2019
docker pull --platform windows mcr.microsoft.com/windows/servercore:ltsc2022
displayName: Pull Required Images

- task: 1ES.BuildContainerImage@1
retryCountOnTaskFailure: 3
Expand Down

0 comments on commit e5d22f0

Please sign in to comment.