Skip to content

Commit

Permalink
Missed one
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Jan 30, 2025
1 parent ec15d0c commit 9a2afe6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions orbs/shared/jobs/docker_arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,13 @@ executor:
name: testbed-machine
resource_class: arm.xlarge
parameters:
checkout_submodules:
type: boolean
description: Whether to update submodules in the repo.
default: false
push_registries:
type: string
description: Space-separated list of registries to push the Docker image to.
default: ""
steps:
- add_ssh_keys
- setup_docker_auth:
checkout_submodules: << parameters.checkout_submodules >>
push_registries: << parameters.push_registries >>
- build_docker_image:
arch: arm64

0 comments on commit 9a2afe6

Please sign in to comment.