Some checks reported errors
continuous-integration/drone/push Build was killed
17 lines
302 B
YAML
17 lines
302 B
YAML
kind: pipeline
|
|
type: docker
|
|
name: openwrt-builder-image
|
|
|
|
platform:
|
|
os: linux
|
|
arch: arm64
|
|
|
|
steps:
|
|
- name: build
|
|
image: 'plugins/docker'
|
|
settings:
|
|
registry: 'http://cr.wks'
|
|
insecure: 'true'
|
|
experimental: 'true'
|
|
tags: ['latest']
|
|
repo: 'cr.wks/debian-stable-openwrt-build' |