--- kind: pipeline type: docker name: default platform: os: linux arch: amd64 steps: - name: build image: archlinux:base-devel commands: - whoami - pacman -S flutter - ls -al ...