drone-ci building docker image
This commit is contained in:
18
.drone.yml
Normal file
18
.drone.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user