Skip to content

Commit

Permalink
Merge pull request #9 from dweomer/initial-move-to-k3s-io
Browse files Browse the repository at this point in the history
initial move to k3s-io
  • Loading branch information
dweomer authored Nov 18, 2020
2 parents 824f44a + ab7324e commit dde0ec3
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions .drone.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
---
kind: pipeline
name: amd64
type: docker

platform:
os: linux
arch: amd64

steps:
- name: build
image: rancher/dapper:v0.4.1
image: rancher/dapper:v0.5.0
commands:
- dapper ci
volumes:
Expand All @@ -27,7 +28,7 @@ steps:
from_secret: docker_username
when:
instance:
- drone-publish.rancher.io
- drone-publish.k3s.io
ref:
- refs/head/master
- refs/tags/*
Expand All @@ -42,14 +43,15 @@ volumes:
---
kind: pipeline
name: arm64
type: docker

platform:
os: linux
arch: arm64

steps:
- name: build
image: rancher/dapper:v0.4.1
image: rancher/dapper:v0.5.0
commands:
- dapper ci
volumes:
Expand All @@ -68,7 +70,7 @@ steps:
from_secret: docker_username
when:
instance:
- drone-publish.rancher.io
- drone-publish.k3s.io
ref:
- refs/head/master
- refs/tags/*
Expand All @@ -83,14 +85,15 @@ volumes:
---
kind: pipeline
name: arm
type: docker

platform:
os: linux
arch: arm64

steps:
- name: build
image: rancher/dapper:v0.4.1
image: rancher/dapper:v0.5.0
environment:
DAPPER_HOST_ARCH: arm
commands:
Expand All @@ -111,7 +114,7 @@ steps:
from_secret: docker_username
when:
instance:
- drone-publish.rancher.io
- drone-publish.k3s.io
ref:
- refs/head/master
- refs/tags/*
Expand All @@ -126,14 +129,15 @@ volumes:
---
kind: pipeline
name: manifest
type: docker

platform:
os: linux
arch: amd64

steps:
- name: manifest
image: plugins/manifest:1.0.2
image: plugins/manifest
settings:
username:
from_secret: docker_username
Expand All @@ -147,7 +151,7 @@ steps:
template: "rancher/klipper-lb:${DRONE_TAG}-ARCH"
when:
instance:
- drone-publish.rancher.io
- drone-publish.k3s.io
ref:
- refs/head/master
- refs/tags/*
Expand Down

0 comments on commit dde0ec3

Please sign in to comment.