Skip to content

Commit

Permalink
ci/drone: fix pipeline screwed up from merge
Browse files Browse the repository at this point in the history
  • Loading branch information
iwilltry42 committed Aug 24, 2021
1 parent 212979d commit e448f48
Showing 1 changed file with 3 additions and 18 deletions.
21 changes: 3 additions & 18 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -324,24 +324,9 @@ kind: pipeline
type: docker
name: linux_arm64

- name: build_push_dind
image: plugins/docker
environment:
DOCKER_BUILDKIT: "1"
settings:
repo: rancher/k3d
auto_tag: true
auto_tag_suffix: linux-arm64
dockerfile: Dockerfile
target: dind
context: .
username:
from_secret: docker_username
password:
from_secret: docker_password
build_args:
- GIT_TAG_OVERRIDE=${DRONE_TAG}
- ARCH=arm
platform:
os: linux
arch: arm64

steps:

Expand Down

0 comments on commit e448f48

Please sign in to comment.