This commit is contained in:
parent
122523e9cd
commit
d3de64456c
10
.drone.yml
10
.drone.yml
@ -2,6 +2,16 @@ kind: pipeline
|
||||
name: amd64
|
||||
|
||||
steps:
|
||||
- name: qemu
|
||||
image: plugins/download
|
||||
source: https://github.com/multiarch/qemu-user-static/releases/download/v2.9.1-1/x86_64_qemu-x86_64-static.tar.gz
|
||||
|
||||
- name: prep
|
||||
image: busybox
|
||||
commands:
|
||||
- tar -xvf x86_64_qemu-x86_64-static.tar.gz
|
||||
- rm x86_64_qemu-x86_64-static.tar.gz
|
||||
|
||||
- name: build
|
||||
image: plugins/docker
|
||||
settings:
|
||||
|
Loading…
Reference in New Issue
Block a user