This commit is contained in:
27
.drone.yml
27
.drone.yml
@@ -1,17 +1,24 @@
|
||||
kind: pipeline
|
||||
name: openwrt
|
||||
type: docker
|
||||
name: openwrt-builder-image
|
||||
|
||||
platform:
|
||||
os: linux
|
||||
arch: arm64
|
||||
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
- main
|
||||
event:
|
||||
include:
|
||||
- push
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: 'plugins/docker'
|
||||
settings:
|
||||
registry: 'http://cr.wks'
|
||||
insecure: 'true'
|
||||
experimental: 'true'
|
||||
tags: ['latest']
|
||||
repo: 'cr.wks/debian-stable-openwrt-build'
|
||||
- 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
|
||||
|
||||
Reference in New Issue
Block a user