mirror of
https://github.com/thegeeklab/drone-docker-buildx.git
synced 2024-11-05 12:30:44 +00:00
ebce953fc4
* initial commit * switch order of args for trimPrefix
5 lines
139 B
Docker
5 lines
139 B
Docker
FROM plugins/docker:linux-arm
|
|
|
|
ADD release/linux/arm/drone-acr /bin/
|
|
ENTRYPOINT ["/usr/local/bin/dockerd-entrypoint.sh", "/bin/drone-acr"]
|