1
0
mirror of https://github.com/drone/drone-cli.git synced 2026-01-17 08:21:34 +01:00
drone-cli/Dockerfile.arm64
2018-02-20 14:12:09 -05:00

7 lines
85 B
Docker

FROM drone/ca-certs
ADD release/linux/arm64/drone /bin/
ENTRYPOINT ["/bin/drone"]