Skip to content

Commit ed55313

Browse files
committed
Set Drone platform to arm
1 parent c21c24b commit ed55313

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.drone.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,17 @@
22
kind: pipeline
33
name: linux-arm
44

5+
platform:
6+
os: linux
7+
arch: arm
8+
59
steps:
610
- name: dryrun
711
pull: always
812
image: plugins/docker:linux-arm
913
settings:
1014
dockerfile: Dockerfile.arm
11-
dry_run: true
15+
#dry_run: true
1216
repo: stefanprodan/podinfo-arm
1317
auto_tag: true
1418
username:

0 commit comments

Comments
 (0)