We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccfb2d8 commit 3dc2126Copy full SHA for 3dc2126
.azure-pipelines/ci-build.yml
@@ -330,7 +330,7 @@ extends:
330
os: linux
331
steps:
332
- checkout: self
333
-
+
334
- task: AzureCLI@2
335
displayName: 'Login to Azure Container Registry'
336
inputs:
@@ -414,6 +414,7 @@ extends:
414
echo "Using build date: ${BUILDDATE}"
415
# Using quotes around tags to prevent flag interpretation
416
docker build \
417
+ --platform linux/amd64 \
418
-t "$(REGISTRY)/$(IMAGE_NAME):nightly" \
419
-t "$(REGISTRY)/$(IMAGE_NAME):${VERSION}.${BUILDDATE}${RUNNUMBER}" \
420
"$(Build.SourcesDirectory)"
0 commit comments