Skip to content

Commit

Permalink
Set Drone platform to arm
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprodan committed Feb 7, 2019
1 parent c21c24b commit ed55313
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,17 @@
kind: pipeline
name: linux-arm

platform:
os: linux
arch: arm

steps:
- name: dryrun
pull: always
image: plugins/docker:linux-arm
settings:
dockerfile: Dockerfile.arm
dry_run: true
#dry_run: true
repo: stefanprodan/podinfo-arm
auto_tag: true
username:
Expand Down

0 comments on commit ed55313

Please sign in to comment.