Skip to content

Commit

Permalink
CI: Add arm64 pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
tomleb committed Feb 15, 2024
1 parent 975513d commit 345712f
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
kind: pipeline
name: default
name: amd64
type: docker

platform:
os: linux
Expand All @@ -17,6 +18,30 @@ steps:
- name: socket
path: /var/run/docker.sock

volumes:
- name: socket
host:
path: /var/run/docker.sock
---
kind: pipeline
name: arm64
type: docker

platform:
os: linux
arch: arm64

steps:
- name: build
pull: default
image: rancher/dapper:v0.6.0
commands:
- dapper ci
privileged: true
volumes:
- name: socket
path: /var/run/docker.sock

volumes:
- name: socket
host:
Expand Down

0 comments on commit 345712f

Please sign in to comment.