diff --git a/.drone.yml b/.drone.yml index d745978..6db26cc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,10 +6,14 @@ steps: image: thegeeklab/drone-docker-buildx settings: dry_run: true + debug: true username: from_secret: docker_reg_greinet_username password: from_secret: docker_reg_greinet_password repo: reg.greinet.com/agreiner/advancedmqttbridge registry: reg.greinet.com - tags: latest \ No newline at end of file + tags: latest + platforms: + - linux/amd64 + - linux/arm64 \ No newline at end of file