1
0
Fork 0
mirror of https://github.com/drone/drone-cli.git synced 2024-04-28 04:45:13 +02:00

add arm dockerfiles

This commit is contained in:
Tony Li 2018-02-20 14:12:09 -05:00
parent be8ed847db
commit a7e4c4147b
No known key found for this signature in database
GPG Key ID: E73DA11CDB50D072
2 changed files with 11 additions and 0 deletions

5
Dockerfile.arm Normal file
View File

@ -0,0 +1,5 @@
FROM drone/ca-certs
ADD release/linux/arm/drone /bin/
ENTRYPOINT ["/bin/drone"]

6
Dockerfile.arm64 Normal file
View File

@ -0,0 +1,6 @@
FROM drone/ca-certs
ADD release/linux/arm64/drone /bin/
ENTRYPOINT ["/bin/drone"]