Skip to content

Commit c82a9f8

Browse files
author
Sheyla Trudo
committed
fixup! Separate Build Changes
1 parent 4b2e1ac commit c82a9f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pipelines/containers/container-template.steps.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ steps:
3838
--build-arg ARCH="${{ parameters.targetArch }}"
3939
--build-arg OS="${{ parameters.targetOs }}"
4040
--build-arg VERSION="${{ parameters.targetVersion }}"
41-
--platform "${{ parameters.targetPlatform }}"
41+
--target "${{ parameters.targetOs }}"
4242
${{ parameters.addBuildArgs }}
4343
enableNetwork: true
4444
enablePull: false

0 commit comments

Comments
 (0)