Some checks reported errors
continuous-integration/drone/push Build was killed
25 lines
379 B
YAML
25 lines
379 B
YAML
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
|