# Touch kind: pipeline name: default platform: os: linux arch: arm64 steps: - name: fetch image: python commands: - git fetch --tags - apt-get update - apt-get install -y python3-pytest - name: build image: python commands: - pip3 install -r requirements.txt - python3 setup.py bdist