diff --git a/.drone.yml b/.drone.yml index 521db14..6624102 100644 --- a/.drone.yml +++ b/.drone.yml @@ -41,6 +41,9 @@ steps: - name: publish image: thegeeklab/drone-docker-buildx privileged: true + commands: + - docker run --privileged --rm tonistiigi/binfmt --install linux/arm64 + - /usr/local/bin/dockerd-entrypoint.sh drone-docker-buildx settings: username: from_secret: docker_user