Skip to content

Instantly share code, notes, and snippets.

@martin-g
Created January 20, 2021 09:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save martin-g/bf22dbaf7f9910d9ad2dcdbeb01f1a84 to your computer and use it in GitHub Desktop.
Save martin-g/bf22dbaf7f9910d9ad2dcdbeb01f1a84 to your computer and use it in GitHub Desktop.
A ConcourseCI pipeline definition that runs the hello-world task only on worker nodes tagged with 'arm64'
---
jobs:
- name: job-hello-world
public: true
plan:
- task: hello-world
tags: [arm64]
config:
platform: linux
image_resource:
type: registry-image
source:
repository: arm64v8/busybox
tag: latest
run:
path: echo
args: [hello pipeline
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment