Skip to content

Commit

Permalink
Fix arm image
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuildthecloud committed Feb 5, 2019
1 parent a6fee54 commit 935ecd7
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 19 deletions.
6 changes: 2 additions & 4 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,11 @@ name: arm

platform:
os: linux
arch: arm64
arch: arm

steps:
- name: build
image: rancher/dapper:v0.4.1
environment:
DAPPER_HOST_ARCH: arm
commands:
- dapper ci
volumes:
Expand All @@ -106,7 +104,7 @@ steps:
- name: docker-publish
image: plugins/docker
settings:
dockerfile: package/Dockerfile.arm
dockerfile: package/Dockerfile
password:
from_secret: docker_password
repo: "rancher/klipper-helm"
Expand Down
1 change: 0 additions & 1 deletion Dockerfile.dapper
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
FROM golang:1.11-alpine
# FROM arm=golang@sha256:9677abaf94d699258b23e107fc6aaa8935938b1f3cb9c79ada24045e5aeebee4

ARG DAPPER_HOST_ARCH
ENV ARCH $DAPPER_HOST_ARCH
Expand Down
4 changes: 0 additions & 4 deletions package/Dockerfile.arm

This file was deleted.

10 changes: 0 additions & 10 deletions package/Dockerfile.arm2

This file was deleted.

0 comments on commit 935ecd7

Please sign in to comment.