kind: pipeline name: openwrt type: docker platform: os: linux arch: arm64 trigger: branch: - main event: include: - push steps: - name: openwrt image: bitnami/git commands: - git clone -b openwrt-23.05 --single-branch https://github.com/openwrt/openwrt.git - name: setup image: cr.wks/debian-stable-openwrt:latest commands: - ls -la