--- kind: pipeline type: docker name: delugeClient platform: os: linux arch: amd64 steps: - name: Build package image: python:3.10 commands: - make build