Skip to content

Commit

Permalink
Merge pull request #39 from avoltz/omzevall/pipelines/1b/disable_arm6…
Browse files Browse the repository at this point in the history
…4_container_signing-240417

Disable arm64 container signing
  • Loading branch information
omzevall authored Apr 17, 2024
2 parents 67617b3 + 4bc9c88 commit 4dd9fba
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pipelines/OneBranch.body.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,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 <module>
# 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:
Expand Down

0 comments on commit 4dd9fba

Please sign in to comment.