kind: pipeline type: docker name: ci steps: - name: build image: debian:12 commands: - echo $${DRONE_TAG:-$DRONE_BRANCH} # - apt-get update && apt-get install -y curl # - curl -fsSL https://get.docker.com -o get-docker.sh # - sh ./get-docker.sh # - docker buildx build --platform linux/amd64,linux/arm64 -t