Skip to content

Commit

Permalink
remove dapper from arm pipelines
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Nola <[email protected]>
  • Loading branch information
dereknola committed May 29, 2024
1 parent 909e28b commit 7757614
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,8 @@ steps:
- name: build
image: rancher/dapper:v0.6.0
commands:
- dapper ci
- apk add make git bash file
- make
environment:
ARCH: "${DRONE_STAGE_ARCH}"
volumes:
Expand Down Expand Up @@ -283,7 +284,8 @@ steps:
- name: build
image: rancher/dapper:v0.5.0 # Fixed to v0.5.0 as newer versions of dapper don't work on arm
commands:
- dapper ci
- apk add make git bash file
- make
environment:
ARCH: "${DRONE_STAGE_ARCH}"
volumes:
Expand Down

0 comments on commit 7757614

Please sign in to comment.