1
0
Fork 0
mirror of https://github.com/drone/drone-cli.git synced 2024-05-03 22:26:04 +02:00
drone-cli/Dockerfile.linux.ppc64le
Carlos de Paula cf39bda2be Add support for building ppc64le binaries and image
Signed-off-by: Carlos de Paula <me@carlosedp.com>
2020-03-26 18:43:43 -03:00

7 lines
88 B
Docker

FROM drone/ca-certs
COPY release/linux/ppc64le/drone /bin/
ENTRYPOINT ["/bin/drone"]