From 4bc9c8805e3ad2673dbfffef6cb09948593da8c6 Mon Sep 17 00:00:00 2001 From: Omar Zevallos <45883639+omzevall@users.noreply.github.com> Date: Wed, 17 Apr 2024 09:10:17 -0400 Subject: [PATCH] Disable arm64 container signing --- pipelines/OneBranch.body.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pipelines/OneBranch.body.yml b/pipelines/OneBranch.body.yml index 58e968506..568142fd5 100644 --- a/pipelines/OneBranch.body.yml +++ b/pipelines/OneBranch.body.yml @@ -115,6 +115,13 @@ stages: hostArchitecture: ${{ arch }} variables: ob_git_checkout: true + # Fixes issues in 'Attach Payload' tasks like the following + # Traceback (most recent call last): + # File "/mnt/vss/_work/1/b/2/_work/_tasks/1ESGPTRunTask_99645293-d90d-4e16-b7b6-ca10044e8ce6/3.0.102/scripts/attach_payload_to_image.py", line 6, in + # import cbor2 + # ModuleNotFoundError: No module named 'cbor2' + ${{ if eq(arch, 'arm64') }}: + ob_containers_signing_enabled: false steps: - template: pipelines/templates/job_start.yml@Hydra parameters: