2
0

initial drone
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
2024-02-27 17:27:44 +01:00
parent 78857d67b6
commit bce584d6d8
4 changed files with 17 additions and 182 deletions

View File

@@ -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