diff options
-rw-r--r-- | .drone.yml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -20,7 +20,7 @@ steps: DOCKER_HOST: tcp://docker:2375 commands: - sleep 5 - - docker run -it --rm --privileged tonistiigi/binfmt --install all + - docker run --rm --privileged tonistiigi/binfmt --install all - docker buildx create --use --name docker --node docker --platform linux/amd64,linux/arm64,linux/armhf --driver docker-container $DOCKER_HOST - echo $PASSWORD | docker login --username $USER --password-stdin - docker buildx build --push --cache-from ezkrg/cache:bitlbee-libpurple --cache-to ezkrg/cache:bitlbee-libpurple -t ezkrg/bitlbee-libpurple:dev --platform linux/amd64,linux/arm64,linux/armhf . @@ -72,6 +72,6 @@ depends_on: --- kind: signature -hmac: 713b5ce1053fe1bd2320eaa28ca0df5784f806d69a730634eddf3c14d08697f7 +hmac: 4e76538666908a947b0c3cabdc04513ad1d6f9f229826cdd403fe70307877e00 ... |