k3s-openwrt/.circleci/config.yml
Johannes 'fish' Ziemke 291f06df6e Initial commit
2019-03-09 11:48:10 +01:00

26 lines
559 B
YAML

version: 2
jobs:
all:
docker:
- image: circleci/golang:1.11
steps:
- checkout
- setup_remote_docker
- run:
name: build-and-release
command: |
curl -L https://github.com/tcnksm/ghr/releases/download/v0.12.0/ghr_v0.12.0_linux_amd64.tar.gz \
| sudo tar --strip=1 -C /usr/bin -xzvf -
make build-all
workflows:
version: 2
all:
jobs:
- all:
filters:
tags:
only: /^[0-9]*$/
branches:
ignore: /.*/