Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
drone: armhf will work now? (#31)
Browse files Browse the repository at this point in the history
One can hope.

Signed-off-by: Jacob Blain Christen <jacob@rancher.com>
  • Loading branch information
dweomer authored Mar 23, 2021
1 parent 37ec57a commit b23c05d
Showing 1 changed file with 18 additions and 6 deletions.
24 changes: 18 additions & 6 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ platform:

steps:
- name: prepare
image: library/alpine:3.11
image: library/alpine:3.12
environment:
GOLANG: golang:1.16-alpine
GOLANG: golang:1.16-alpine3.12
IMAGE: drone.cattle.io/rancher/kim
commands:
- "apk --no-cache add docker-cli git"
Expand Down Expand Up @@ -48,6 +48,10 @@ steps:
volumes:
- name: docker
path: /var/run/docker.sock
when:
event:
- push
- pull_request

- name: upload
image: plugins/github-release
Expand Down Expand Up @@ -109,9 +113,9 @@ platform:

steps:
- name: prepare
image: library/alpine:3.11
image: library/alpine:3.12
environment:
GOLANG: golang:1.16-alpine
GOLANG: golang:1.16-alpine3.12
IMAGE: drone.cattle.io/rancher/kim
commands:
- "apk --no-cache add docker-cli git"
Expand All @@ -130,6 +134,10 @@ steps:
volumes:
- name: docker
path: /var/run/docker.sock
when:
event:
- push
- pull_request

- name: publish
image: drone.cattle.io/rancher/kim:possible
Expand Down Expand Up @@ -170,9 +178,9 @@ platform:

steps:
- name: prepare
image: library/alpine:3.11
image: library/alpine:3.12
environment:
GOLANG: golang:1.16-alpine
GOLANG: golang:1.16-alpine3.12
IMAGE: drone.cattle.io/rancher/kim
commands:
- "apk --no-cache add docker-cli git"
Expand All @@ -191,6 +199,10 @@ steps:
volumes:
- name: docker
path: /var/run/docker.sock
when:
event:
- push
- pull_request

- name: publish
image: drone.cattle.io/rancher/kim:possible
Expand Down

0 comments on commit b23c05d

Please sign in to comment.