File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ stages:
2727 - setup
2828 - unittest
2929 variables :
30+ ACN_DIR : azure-container-networking
3031 ACN_PACKAGE_PATH : github.com/Azure/azure-container-networking
3132 CNI_AI_PATH : $(ACN_PACKAGE_PATH)/telemetry.aiMetadata
3233 CNS_AI_PATH : $(ACN_PACKAGE_PATH)/cns/logger.aiMetadata
@@ -226,7 +227,9 @@ stages:
226227 type : docker
227228 hostArchitecture : arm64
228229 variables :
229- # LinuxContainerImage: $(LinuxContainerImage3) # Use if Mariner does not work.
230+ # Use if Mariner does not work.
231+ # This agent has qemu enabled, so it should be ok.
232+ # LinuxContainerImage: $(LinuxContainerImage3)
230233 ob_outputDirectory : $(Build.SourcesDirectory)/out
231234 ob_artifactSuffix : _$(name)_linux_arm64
232235 ob_build_container : true
You can’t perform that action at this time.
0 commit comments