Skip to content

Commit 2af6e22

Browse files
committed
fixup! Edit Pipeline Trigger
1 parent 5150f08 commit 2af6e22

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.pipelines/run-pipeline.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)